diff --git a/ldap/files/ldap.sysconfig b/ldap/files/ldap.sysconfig index 633a48d..a9f59e2 100644 --- a/ldap/files/ldap.sysconfig +++ b/ldap/files/ldap.sysconfig @@ -14,3 +14,6 @@ SLAPD_LDAPI=yes # Run slapd with -h "... ldaps:/// ..." # yes/no, default: no SLAPD_LDAPS=yes + +# Kerberos keytab path +KRB5_KTNAME="/etc/openldap/slapd.keytab"