Align pidfile example with default slapd.conf

This commit is contained in:
Hallvard Furuseth 2007-01-10 13:54:56 +00:00
parent f1784a54e6
commit 474b50a937
2 changed files with 2 additions and 2 deletions

View File

@ -1854,7 +1854,7 @@ Here is a short example of a configuration in LDIF suitable for use with
dn: cn=config
objectClass: olcGlobal
cn: config
olcPidFile: LOCALSTATEDIR/slapd.pid
olcPidFile: LOCALSTATEDIR/run/slapd.pid
olcAttributeOptions: x-hidden lang-
dn: cn=schema,cn=config

View File

@ -1741,7 +1741,7 @@ Here is a short example of a configuration file:
.RS
.nf
include SYSCONFDIR/schema/core.schema
pidfile LOCALSTATEDIR/slapd.pid
pidfile LOCALSTATEDIR/run/slapd.pid
# Subtypes of "name" (e.g. "cn" and "ou") with the
# option ";x-hidden" can be searched for/compared,