Skip to content
Snippets Groups Projects
Commit 60fbacf1 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

set correct saslauthd.conf path.

parent 87017524
No related merge requests found
...@@ -268,7 +268,7 @@ case "${ACTION}" in ...@@ -268,7 +268,7 @@ case "${ACTION}" in
# Simple bind needs saslauthd. # Simple bind needs saslauthd.
# Put the process PID in /var/run/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 -a kerberos5 -c -m /var/run/saslauthd -n 5
fi fi
if ! /usr/sbin/slapd -h "${endpoints}" -F /etc/ldap/slapd.d -d ${LDAP_LOG_LEVEL} > /dev/stdout 2>&1; then if ! /usr/sbin/slapd -h "${endpoints}" -F /etc/ldap/slapd.d -d ${LDAP_LOG_LEVEL} > /dev/stdout 2>&1; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment