From 1a5ff54588454d93a16566f2115c8ed2ec2f35dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 26 Apr 2012 20:41:44 +0300 Subject: [PATCH] Added kerberos keytab path to ldap::server. --- ldap/files/ldap.sysconfig | 3 +++ 1 file changed, 3 insertions(+) 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"