mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords.
This commit is contained in:
parent
c09da45c85
commit
55cd5ee75f
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#
|
||||
# See slapd.conf(5) for details on configuration options.
|
||||
#
|
||||
include %SYSCONFDIR%/slapd.at.conf
|
||||
include %SYSCONFDIR%/slapd.oc.conf
|
||||
schemacheck off
|
||||
|
|
@ -14,3 +17,5 @@ directory /usr/tmp
|
|||
rootdn "cn=root, dc=your-domain, dc=com"
|
||||
#rootdn "cn=root, o=Your Organization Name, c=US"
|
||||
rootpw secret
|
||||
# cleartext passwords, especially for the rootdn, should
|
||||
# be avoid. See slapd.conf(5) for details.
|
||||
|
|
|
|||
Loading…
Reference in a new issue