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

Re: SASL - Digest-MD5



Well, I believe I have gotten a little further.  When I perform a search
now, I get the following error(s):

SASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Authentication method not supported
        additional info: SASL mechanism not supported

Any ideas on why I am getting this error?  I have the following in my
slapd.conf file :

sasl-regexp uid=(.*),cn=.*,cn=auth
            uid=$1,ou=people,dc=enterprise,dc=test,dc=com
password-hash {CLEARTEXT}

The users in LDAP take the following form :
uid=jdoe,ou=people,dc=enterprise,dc=test,dc=com.

The search is performed by : ldapsearch -U jdoe -Y digest-md5 -b
'dc=enterprise,dc=test,dc=com' '(objectClass=*)'

Any help would be very much appreciated.  Thanks!

jason

On Mon, 2003-06-02 at 09:07, Jason L W Lynn wrote:
> Hello,
> 
> I'm trying to get SASL working with Digest-MD5.  I believe I have most
> everything set up correctly, but I keep getting the error (during a
> search) :
> 
> ldap_sasl_interactive_bind_s: Local error
> 
> Does this mean that I do not have the SASL entries mapped correctly to
> the LDAP entries?  Or does it mean something else alltogether?
> 
> Thanks,
-- 
Jason L W Lynn <jlwlynn@uab.edu>