bgoncalv / rpms / openldap

Forked from rpms/openldap 6 years ago
Clone
05dc6ea
# Options of slapd (see man slapd)
ba2e462
#SLAPD_OPTIONS=
ba2e462
ba2e462
# options of slurpd (see man slurpd)
ba2e462
#   
ba2e462
#SLURPD_OPTIONS=
ba2e462
05dc6ea
# At least one of SLAPD_LDAP, SLAPD_LDAPI and SLAPD_LDAPS must be set to 'yes'!
05dc6ea
#
05dc6ea
# Run slapd with -h "... ldap:/// ..."
ba2e462
#   yes/no, default: yes
ba2e462
#SLAPD_LDAP=yes
ba2e462
05dc6ea
# Run slapd with -h "... ldapi:/// ..."
ba2e462
#   yes/no, default: no
ba2e462
#SLAPD_LDAPI=no
ba2e462
05dc6ea
# Run slapd with -h "... ldaps:/// ..."
ba2e462
#   yes/no, default: no
ba2e462
#SLAPD_LDAPS=no
4c8f60b
Jan Zeleny 2f39763
# Run slapd with -h "... $SLAPD_URLS ..."
Jan Zeleny 2f39763
# This option could be used instead of previous three ones, but:
Jan Zeleny 2f39763
# - it doesn't overwrite settings of $SLAPD_LDAP, $SLAPD_LDAPS and $SLAPD_LDAPI options
Jan Zeleny 2f39763
# - it isn't overwritten by settings of $SLAPD_LDAP, $SLAPD_LDAPS and $SLAPD_LDAPI options
Jan Zeleny 2f39763
# example: SLAPD_URLS="ldapi:///var/lib/ldap_root/ldapi ldapi:/// ldaps:///"
Jan Zeleny 2f39763
# default: empty
Jan Zeleny 2f39763
#SLAPD_URLS=""
Jan Zeleny 2f39763
4c8f60b
# Maximum allowed time to wait for slapd shutdown on 'service ldap stop' (in seconds)
4c8f60b
#SLAPD_SHUTDOWN_TIMEOUT=3