ldap: Use ldap.keytab instead of slapd.keytab for kerberos authentication.

This commit is contained in:
Timo Makinen 2015-10-09 16:44:31 +03:00
parent a32d739e40
commit 8859d3517e

View file

@ -16,4 +16,4 @@ SLAPD_LDAPI=yes
SLAPD_LDAPS=yes
# Kerberos keytab path
KRB5_KTNAME="/etc/openldap/slapd.keytab"
KRB5_KTNAME="/etc/openldap/ldap.keytab"