Назад | Перейти на главную страницу

testsaslauthd на openLDAP centos работал в первый раз, но после этого не удалось

testsaslauthd работает только в первый раз после того, как я отредактировал файл /etc/saslauthd.conf и перезапустил openLDAP, когда я запустил его во второй раз, он показывает, что аутентификация не удалась. Когда я повторно отредактировал файл и перезапустил openLDAP, он будет повторять результат, как показано ниже.

#testsaslauthd -u testuser -p testPassword
0: OK "Success."
# testsaslauthd -u testuser -p testPassword
0: NO "authentication failed"

Моя конфигурация, как показано ниже

/etc/saslauthd.conf

ldap_servers: ldap://10.10.88.103
ldap_search_base: cn=users,dc=ldapcentos,dc=com
ldap_filter: (uid=%u)

/ и т.д. / sysconfig / saslauthd

# Directory in which to place saslauthd's listening socket, pid file, and so
# on.  This directory must already exist.
SOCKETDIR=/var/run/saslauthd

# Mechanism to use when checking passwords.  Run "saslauthd -v" to get a list
# of which mechanism your installation was compiled with the ablity to use.    
MECH=ldap

# Options sent to the saslauthd. If the MECH is other than "pam" uncomment the next line.
DAEMONOPTS=--user saslauth

# Additional flags to pass to saslauthd on the command line.  See saslauthd(8)
# for the list of accepted flags.
FLAGS="-O /etc/saslauthd.conf"

Я нашел проблему

DAEMONOPTS=--user saslauth ===> DAEMONOPTS="--user saslauth"

также нужно убедиться /var/run/saslauthd доступен