mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Modify slapd.conf to match example provided in Quick Start Guide
This commit is contained in:
parent
5d5588836f
commit
6a0dbb229b
1 changed files with 5 additions and 6 deletions
|
|
@ -20,13 +20,12 @@ argsfile %LOCALSTATEDIR%/slapd.args
|
|||
#######################################################################
|
||||
|
||||
database ldbm
|
||||
suffix "dc=your-domain, dc=com"
|
||||
#suffix "o=Your Organization Name, c=US"
|
||||
directory /usr/tmp
|
||||
rootdn "cn=root, dc=your-domain, dc=com"
|
||||
#rootdn "cn=root, o=Your Organization Name, c=US"
|
||||
suffix "dc=my-domain, dc=com"
|
||||
#suffix "o=My Organization Name, c=US"
|
||||
rootdn "cn=Manager, dc=my-domain, dc=com"
|
||||
#rootdn "cn=Manager, o=My Organization Name, c=US"
|
||||
rootpw secret
|
||||
# cleartext passwords, especially for the rootdn, should
|
||||
# be avoid. See slapd.conf(5) for details.
|
||||
|
||||
directory /usr/tmp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue