mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Align pidfile example with default slapd.conf
This commit is contained in:
parent
f1784a54e6
commit
474b50a937
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue