Difference between revisions of "LDAP Server"
From Maze's wiki
(Created page with '=LDAP Server= <pre> apt-get install slapd </pre> *Administrator password: <password> *Confirm password: <password> *Workgroup/Domain Name: <EXAMPLE.COM> *Modify smb.conf to use W…') |
(No difference)
|
Revision as of 06:20, 10 May 2010
LDAP Server
apt-get install slapd
- Administrator password: <password>
- Confirm password: <password>
- Workgroup/Domain Name: <EXAMPLE.COM>
- Modify smb.conf to use WINS settings from DHCP? <No>
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>