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

sasl message with ldap



I am trying to authenticate via sasl and I get the following error:

esrv:~# ldapsearch -U gino -Y digest-md5 -h 72.44.44.33 -b dc=test,dc=net 'uid=test'
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Invalid credentials (49)
additional info: SASL(-13): user not found: no secret in database
esrv:~#


My sasl database has the following users:

test@esrv: userPassword
gino@esrv: userPassword



Can someone point me in the right direction here. This error is boggling me.


sc