Server Setup
To prepare the server, you will need to do the following:
- Install the ldap.server and ldap.client packages.
- Use the mksecldap command to configure the server. An example follows:
mksecldap -s -a cn=admin -p adminpwd -S rfc2307 -u NONE
The
-u NONE
option prevents the mksecldap command from migrating users and groups. If users and groups are to be migrated from NIS, this is necessary. See the mksecldap command description in Commands Reference for more details.