Skip to content
Snippets Groups Projects
Commit 55cd5ee7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords.

parent c09da45c
No related branches found
No related tags found
No related merge requests found
#
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment