ldap: Removed IPv6 support from server if IPv6 is not enabled on host.

This commit is contained in:
Timo Mkinen 2013-06-14 07:35:53 +03:00
parent f6cc316cb1
commit 871a98bc2a
2 changed files with 2 additions and 2 deletions

View file

@ -1,19 +0,0 @@
# Options of slapd (see man slapd)
SLAPD_OPTIONS="-f /etc/openldap/slapd.conf"
# 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: yes
SLAPD_LDAPI=yes
# Run slapd with -h "... ldaps:/// ..."
# yes/no, default: no
SLAPD_LDAPS=yes
# Kerberos keytab path
KRB5_KTNAME="/etc/openldap/slapd.keytab"