[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OpenLDAP with SASL not working




It appears that my issue was related to permissions on the file /etc/sasl2/slapd.conf being rw for root only.
Thanks for the reply,

On 6/4/15 9:53 AM, Michael Ströder wrote:
Don Fike wrote:
I am using OpenLDAP 2.4.39 with SASL 2.1.23 on CentOS 6.6.
I have setup this CentOS server with the same configuration as I have on a
working RedHat 6.6 server.
However with this CentOS server the SASL combination is not working.
Using LDAP without SASL with a SSHA password authentication works.
When using pass-through SASL I see a err=49 in the slapd output and the client
sees Invalid Credentials.
I see no output in saslauthd when run in debug when using LDAP.
Running testsaslauthd alone works as expected and this does generate output in
the saslauthd debug terminal.
It appears that saslauthd never gets the request from slapd.
Any suggestions on how to debug this further in order to determine why it is
not working appreciated.
Current SASL implementation requires clear-text passwords to be stored in
attribute 'userPassword' even for mech PLAIN.

Ciao, Michael.