mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add references to slappasswd(8)
This commit is contained in:
parent
d5e9b1a2d8
commit
c4febe2db7
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ suffix "dc=my-domain, dc=com"
|
|||
rootdn "cn=Manager, dc=my-domain, dc=com"
|
||||
#rootdn "cn=Manager, o=My Organization Name, c=US"
|
||||
# cleartext passwords, especially for the rootdn, should
|
||||
# be avoid. See slapd.conf(5) for details.
|
||||
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
|
||||
rootpw secret
|
||||
# database directory
|
||||
# this directory MUST exist prior to running slapd AND
|
||||
# should only be accessable by the slapd/tools Mode 700 recommended.
|
||||
# should only be accessable by the slapd/tools. Mode 700 recommended.
|
||||
directory %LOCALSTATEDIR%/openldap-ldbm
|
||||
|
|
|
|||
Loading…
Reference in a new issue