rename keytab to be more logical

This commit is contained in:
Timo Makinen 2019-06-06 01:56:52 +03:00
parent b533542b57
commit 9cd3910f42

View file

@ -12,4 +12,4 @@ SLAPD_URLS="ldapi:/// ldaps:///"
SLAPD_OPTIONS="-f /etc/openldap/slapd.conf"
# Keytab location for GSSAPI Kerberos authentication
KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"
KRB5_KTNAME="FILE:/etc/openldap/slapd.keytab"