[cvs] [Wiki] changed: LDAPHowTo

Ben Chavet ben at horde.org
Mon Apr 25 13:37:12 PDT 2005


ben  Mon, 25 Apr 2005 13:37:12 -0700

Modified page: http://wiki.horde.org/display.php?page=LDAPHowTo
New Revision:  1.5

@@ -3,9 +3,9 @@
 [[toc]]
-This document is intended to help administrators configure various parts of horde to use an LDAP directory.  Please fill in any gaps or expand on the content with your own experiences on using horde with LDAP.
+This document is intended to help administrators configure various parts of horde to use an LDAP directory.  Please fill in any gaps or expand on the content with your own experiences on using horde with LDAP.  All example code given here is taken from a working installation in a production environment.
 
@@ -98,16 +98,16 @@
         'version' => 3
-        '__uid' => 'uid',
         'name' => 'displayName',
-        'homePhone' => 'homephone',
         'workPhone' => 'telephonenumber',
-        'cellPhone' => 'mobiletelephonenumber',
+        'cellPhone' => 'mobile',
     ),
@@ -141,5 +141,10 @@
 
+access to dn.children="ou=Users,dc=example,dc=com"
 </code>


More information about the cvs mailing list