]> git.sur5r.net Git - openldap/commitdiff
Add pid/arg file example from -devel.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 19:03:27 +0000 (19:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 19:03:27 +0000 (19:03 +0000)
servers/slapd/slapd.conf

index 80e121d3008b505f0351e3db447770197f852353..006b95288fe59f3291a60cd7738cbe36ae552116 100644 (file)
@@ -7,6 +7,9 @@ include         %SYSCONFDIR%/slapd.oc.conf
 schemacheck    off
 referral       ldap://ldap.itd.umich.edu
 
+pidfile                %LOCALSTATEDIR%/slapd.pid
+argsfile       %LOCALSTATEDIR%/slapd.args
+
 #######################################################################
 # ldbm database definitions
 #######################################################################
@@ -20,3 +23,5 @@ rootdn                "cn=root, dc=your-domain, dc=com"
 rootpw         secret
 # cleartext passwords, especially for the rootdn, should
 # be avoid.  See slapd.conf(5) for details.
+
+