]> git.sur5r.net Git - openldap/commitdiff
Align pidfile example with default slapd.conf
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 10 Jan 2007 13:54:56 +0000 (13:54 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 10 Jan 2007 13:54:56 +0000 (13:54 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index f0dbc1fea23dead09e612c7050ced19b7c5ec238..1830552143cf4883997be4321e5e2115ec3ea1b6 100644 (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
index 4db7b1c1b75f936af86fc6d23764a69776ac4fb2..63b4f907b8de26d4ea8858430a64a38a4842eec5 100644 (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,