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…') |
|||
Line 5: | Line 5: | ||
*Administrator password: <password> | *Administrator password: <password> | ||
*Confirm password: <password> | *Confirm password: <password> | ||
− | |||
− | |||
Remove the database that was created during installation: | Remove the database that was created during installation: | ||
<pre> | <pre> |
Revision as of 06:24, 10 May 2010
LDAP Server
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>