From 60fbacf1e7a6a160f596a89a4cb5d06bbff92887 Mon Sep 17 00:00:00 2001 From: Xueshan Feng <xueshan-feng@stanford.edu> Date: Fri, 6 Mar 2020 19:11:15 -0800 Subject: [PATCH] set correct saslauthd.conf path. --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6c8652b..8a2d74b 100755 --- a/start.sh +++ b/start.sh @@ -268,7 +268,7 @@ case "${ACTION}" in # Simple bind needs saslauthd. # Put the process PID in /var/run/saslauthd. - KRB5_KTNAME=/etc/krb5.keytab /usr/sbin/saslauthd -O LDAP_SASLAUTHD=/etc/saslauthd.conf \ + KRB5_KTNAME=/etc/krb5.keytab /usr/sbin/saslauthd -O /etc/saslauthd.conf \ -a kerberos5 -c -m /var/run/saslauthd -n 5 fi if ! /usr/sbin/slapd -h "${endpoints}" -F /etc/ldap/slapd.d -d ${LDAP_LOG_LEVEL} > /dev/stdout 2>&1; then -- GitLab