From 0f4e3ad648b086e229eb25cf5fa17cb99bce298e Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 8 Feb 2006 12:58:13 +0100 Subject: [PATCH] Renamed to ConTagged darcs-hash:20060208115813-6e07b-31d1243c80ee4222d059a41ebef44f57cfe2074d.gz --- README | 7 ++++--- TODO | 2 ++ templates/header.tpl | 4 ++-- templates/style.css | 4 ---- 4 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 TODO diff --git a/README b/README index 000ab57..ee66c2a 100644 --- a/README +++ b/README @@ -35,12 +35,13 @@ You need to include the inetOrgPerson schema in you slapd.conf: 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 diff --git a/TODO b/TODO new file mode 100644 index 0000000..1d59947 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ + - clean up the code + - clean up the HTML diff --git a/templates/header.tpl b/templates/header.tpl index 23cd9e6..290dd36 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -1,6 +1,6 @@ - LDAPab - {$lang.ldapab} + ConTagged - {$lang.ldapab} @@ -23,7 +23,7 @@
- + - {$lang.ldapab}
diff --git a/templates/style.css b/templates/style.css index feb0135..b0f4a58 100644 --- a/templates/style.css +++ b/templates/style.css @@ -109,10 +109,6 @@ div.autocomplete ul { padding: 0; } -div.autocomplete li { - margin: 1px, 2px, 0, 2px; -} - div.autocomplete li.selected { background-color: #03c; color: #fff; -- 2.39.5