]> git.sur5r.net Git - openldap/commitdiff
Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 16 Jan 1999 01:48:26 +0000 (01:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 16 Jan 1999 01:48:26 +0000 (01:48 +0000)
servers/slapd/slapd.conf

index 901e5693826523cac78d806c99ebc31a9789833c..645b73363e07aa9c2b0b57f17b5e204459de4488 100644 (file)
@@ -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.