ba2e4625b7
new SLAPD_LDAP option to turn off listening on ldap:/// fixed checking of SSL Resolves: #292591, #273581
19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
# options of slapd (see man slapd)
|
|
#SLAPD_OPTIONS=
|
|
|
|
# options of slurpd (see man slurpd)
|
|
#
|
|
#SLURPD_OPTIONS=
|
|
|
|
# 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
|