Sean <[EMAIL PROTECTED]> writes: > 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: > > [EMAIL PROTECTED]: userPassword > [EMAIL PROTECTED]: userPassword > > > > Can someone point me in the right direction here. This error is > boggling me.
It seems you want to authenticate via sasldb, if you really want this you have to configure sasl to use sasldb in lib/sasl2/slapd.conf. But I would not recommend it, use native sasl authentication via OpenLDAP instead. -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6
