2007-09-18 10:41:07 +00:00
|
|
|
# Options of slapd (see man slapd)
|
2007-09-17 12:26:02 +00:00
|
|
|
#SLAPD_OPTIONS=
|
|
|
|
|
|
|
|
# options of slurpd (see man slurpd)
|
|
|
|
#
|
|
|
|
#SLURPD_OPTIONS=
|
|
|
|
|
2007-09-18 10:41:07 +00:00
|
|
|
# At least one of SLAPD_LDAP, SLAPD_LDAPI and SLAPD_LDAPS must be set to 'yes'!
|
|
|
|
#
|
|
|
|
# Run slapd with -h "... ldap:/// ..."
|
2007-09-17 12:26:02 +00:00
|
|
|
# yes/no, default: yes
|
|
|
|
#SLAPD_LDAP=yes
|
|
|
|
|
2007-09-18 10:41:07 +00:00
|
|
|
# Run slapd with -h "... ldapi:/// ..."
|
2007-09-17 12:26:02 +00:00
|
|
|
# yes/no, default: no
|
|
|
|
#SLAPD_LDAPI=no
|
|
|
|
|
2007-09-18 10:41:07 +00:00
|
|
|
# Run slapd with -h "... ldaps:/// ..."
|
2007-09-17 12:26:02 +00:00
|
|
|
# yes/no, default: no
|
|
|
|
#SLAPD_LDAPS=no
|