From: Kurt Zeilenga Date: Sat, 16 Jan 1999 01:48:26 +0000 (+0000) Subject: Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~767 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=55cd5ee75f1206a7d018442f0bee627f5207e3a7;p=openldap Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords. --- diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 901e569382..645b73363e 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -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.