include /etc/ldap/schema/inetorgperson.schema
-If youwant to use the extended schema (currently only for birthday support) you
-need to copy the ldapab.schema file to /etc/ldap/schema/ and include it, too.
-Be sure to enable the extended option in config.php.
+If youwant to use the extended schema (needed for tagging and birthday support)
+you need to copy the ldapab.schema file to /etc/ldap/schema/ and include it, too.
include /etc/ldap/schema/ldapab.schema
+Be sure to enable the extended option in config.php.
+
To setup the access rights add the following statement to your slapd.conf. Of
course you have to replace "o=cosmocode,c=de" with your own root DN. The first
entry may have to adjusted also if your users aren't stored in a ou=people
<html>
<head>
- <title>LDAPab - {$lang.ldapab}</title>
+ <title>ConTagged - {$lang.ldapab}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="templates/layout.css" />
<div id="ldapab">
<div id="titlerow">
- <a href="{$home}" class="logo">LDAPab</a>
+ <a href="{$home}" class="logo">ConTagged</a>
<span class="logosmall">- {$lang.ldapab}</span>
</div>
padding: 0;
}
-div.autocomplete li {
- margin: 1px, 2px, 0, 2px;
-}
-
div.autocomplete li.selected {
background-color: #03c;
color: #fff;