Difference between revisions of "LDAP Server"
From Maze's wiki
m (moved LDAP to LDAP Server) |
|
(No difference)
|
Latest revision as of 07:30, 10 May 2010
apt-get install slapd
- Administrator password: <password>
- Confirm password: <password>
Remove the database that was created during installation:
rm -rf /var/lib/ldap/*
Run
dpkg-reconfigure slapd
- Omit OpenLDAP server configuration? <No>
- DNS domain name: <example.com>
- Organization name: <Example Organization>
- Administrator password: <password>
- Confirm password: <password>
- Database backend to use: <HDB>
- Do you want the database to be removed when slapd is purged? <No>
- Move old database? <Yes>
- Allow LDAPv2 protocol? <No>