4c8f60bfd0
- add checkpoint to default slapd.conf file Resolves: #458679
24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
# Options of slapd (see man slapd)
|
|
#SLAPD_OPTIONS=
|
|
|
|
# options of slurpd (see man slurpd)
|
|
#
|
|
#SLURPD_OPTIONS=
|
|
|
|
# At least one of SLAPD_LDAP, SLAPD_LDAPI and SLAPD_LDAPS must be set to 'yes'!
|
|
#
|
|
# Run slapd with -h "... ldap:/// ..."
|
|
# yes/no, default: yes
|
|
#SLAPD_LDAP=yes
|
|
|
|
# Run slapd with -h "... ldapi:/// ..."
|
|
# yes/no, default: no
|
|
#SLAPD_LDAPI=no
|
|
|
|
# Run slapd with -h "... ldaps:/// ..."
|
|
# yes/no, default: no
|
|
#SLAPD_LDAPS=no
|
|
|
|
# Maximum allowed time to wait for slapd shutdown on 'service ldap stop' (in seconds)
|
|
#SLAPD_SHUTDOWN_TIMEOUT=3
|