[cvs] [Wiki] changed: NewLDAPHowTo
Ben Chavet
ben at horde.org
Sat Jun 18 23:25:13 PDT 2005
ben Sat, 18 Jun 2005 23:25:13 -0700
Modified page: http://wiki.horde.org/NewLDAPHowTo
New Revision: 1.21
Change log: Use better objectclasses for uid=admin. Don't require cosine schema
@@ -49,9 +49,8 @@
The following schemas **must** be included in your LDAP configuration.
<code>
include /etc/openldap/schema/core.schema
-include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/nis.schema
</code>
@@ -88,13 +87,10 @@
objectclass: organizationalUnit
ou: horde
dn: uid=admin,ou=users,ou=horde,dc=example,dc=com
-objectclass: top
-objectclass: uidobject
-objectclass: person
-objectclass: hordePerson
-objectclass: calentry
+objectclass: shadowaccount
+objectclass: inetorgperson
uid: admin
cn: Administrator
sn: Administrator
userpassword: supersecretpassword
More information about the cvs
mailing list