]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapd.conf
s/SUBSTRINGS/SUBSTR/
[openldap] / servers / slapd / slapd.conf
index a36dccabf23c3688c53527002e70c522227869ec..543bcd10bed2a3238569b8cc970e6ca4466c9bde 100644 (file)
@@ -3,8 +3,7 @@
 # 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
+include                %SYSCONFDIR%/schema/core.schema
 
 # Define global ACLs to disable default read access.
 
@@ -36,8 +35,10 @@ suffix               "dc=my-domain, dc=com"
 #suffix                "o=My Organization Name, c=US"
 rootdn         "cn=Manager, dc=my-domain, dc=com"
 #rootdn                "cn=Manager, o=My Organization Name, c=US"
-rootpw         secret
 # cleartext passwords, especially for the rootdn, should
-# be avoid.  See slapd.conf(5) for details.
-directory      /usr/tmp
-
+# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
+rootpw         secret
+# database directory
+# this directory MUST exist prior to running slapd AND 
+# should only be accessable by the slapd/tools. Mode 700 recommended.
+directory      %LOCALSTATEDIR%/openldap-ldbm