]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapd.conf
Backout the input exhaustion change, it loops. Still looking for
[openldap] / servers / slapd / slapd.conf
index 901e5693826523cac78d806c99ebc31a9789833c..9133a46aa0d93a9d8fa50d0f1e00e88e3d368fa5 100644 (file)
@@ -1,7 +1,15 @@
+#
+# See slapd.conf(5) for details on configuration options.
+# This file should NOT be world readable.
+#
 include                %SYSCONFDIR%/slapd.at.conf
 include                %SYSCONFDIR%/slapd.oc.conf
 schemacheck    off
-referral       ldap://ldap.itd.umich.edu
+
+#referral      ldap://root.openldap.org
+
+pidfile                %LOCALSTATEDIR%/slapd.pid
+argsfile       %LOCALSTATEDIR%/slapd.args
 
 #######################################################################
 # ldbm database definitions
@@ -14,3 +22,7 @@ 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.
+
+