|
Saturday, June 13, 2009
Notes on setting up an LDAP server
Install OpenLDAP if you don't already have it. Install phpLDAPadmin. Copy the example config as described in the setup instructions. To verify the auth, do this: The "-x" says "use simple auth instead of SASL" Create the basic structure by putting this into a file:
Do not use a cleartext password in slapd.conf or WebMin won't know how to auth. Use WebMin to set the password and it'll use the '{crypt]' syntax and all will be well.
phpLDAPAdmin doesn't seem happy with simple auth. Change it, or change LDAP?
'person', 'inetOrgPerson', 'organizationalPerson' are part of core.schema And the plural of schema is schemata (or "schemas" in a pinch.)
See OnLamp article
This Linux Magazine article requires one to register at their site. There is more about security, schemata, and replication, so I ignored it.
Labels: ldap |
Twitter UpdatesArchives |