Asimananda Mohanty wrote:
*res_errno: 49, res_error: <SASL(-13): user not found: no secret in database>, res_matched: <>*
/var/log/debug shows the following :
*Jul 20 13:14:03 ubuntu slapd[2354]: SASL [conn=32] Error: unable to open Berkeley db /etc/sasldb2: No such file or directory Jul 20 13:14:03 ubuntu last message repeated 3 times Jul 20 13:14:03 ubuntu slapd[2354]: SASL [conn=32] Failure: no secret in database*
SASL passwords are not properly set up on your system. You might wanna try first a simple bind (note -x and -D):
ldapsearch -x -H http://ldap-company.com:636 -ZZ -D <bind-DN> ...
Ciao, Michael.