Added kerberos keytab path to ldap::server.
This commit is contained in:
parent
159aaba738
commit
1a5ff54588
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ SLAPD_LDAPI=yes
|
||||||
# Run slapd with -h "... ldaps:/// ..."
|
# Run slapd with -h "... ldaps:/// ..."
|
||||||
# yes/no, default: no
|
# yes/no, default: no
|
||||||
SLAPD_LDAPS=yes
|
SLAPD_LDAPS=yes
|
||||||
|
|
||||||
|
# Kerberos keytab path
|
||||||
|
KRB5_KTNAME="/etc/openldap/slapd.keytab"
|
||||||
|
|
Loading…
Add table
Reference in a new issue