From 00001d2226a9a64f82a161be7553a0f23439c5f6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 4 Feb 1999 19:03:27 +0000 Subject: [PATCH] Add pid/arg file example from -devel. --- servers/slapd/slapd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 80e121d300..006b95288f 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -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. + + -- 2.47.2