[cvs] [Wiki] changed: ExistingLDAPHowTo

Wiki Guest wikiguest at horde.org
Wed May 30 00:28:16 UTC 2007


guest [209.148.204.129]  Tue, 29 May 2007 17:28:16 -0700

Modified page: http://wiki.horde.org/ExistingLDAPHowTo
New Revision:  1.7
Change log:  NextFreeUnixId example entry was incomplete; gidNumber not
allowed in inetOrgPerson

@@ -74,11 +74,15 @@
 We have to have a place to keep track of the next user id number.  If you
are already using LDAP for user management, chances are, you already have
an object doing this, and you can skip this section.  If you do not, we
need to create one with the following //ldif// file:

 <code>
 dn: cn=NextFreeUnixId,dc=example,dc=com
+homeDirectory: /dev/null
+objectClass: inetOrgPerson
+objectClass: posixAccount
+objectClass: top
+uid: NextFreeUnixId
 gidNumber: 1000
 uidNumber: 1000
-objectClass: inetOrgPerson
 sn: NextFreeUnixId
 cn: NextFreeUnixId
 </code>



More information about the cvs mailing list