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

Re: OpenLDAP authenticate the username/password with MS-AD?



after the line executed 

ldapsearch -Y PLAIN -U oshim -W -b dc=myproject,dc=net
Enter LDAP Password: 
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)


On Jul 20, 2010, at 12:58 AM, Dan White wrote:

> On 19/07/10 23:59 +0600, OSHIM wrote:
>> test:~/lsc/etc# ldapsearch -U oshim -W -b dc=myproject,dc=net
>> Enter LDAP Password: SASL/DIGEST-MD5 authentication started
>> ldap_sasl_interactive_bind_s: Invalid credentials (49)
> 
> You either need:
> 
> mech_list: PLAIN LOGIN
> 
> in your /usr/lib/sasl/slapd.conf
> 
> or you need to explicitly specify a plaintext mechanism:
> 
> ldapsearch -Y PLAIN -U oshim -W -b dc=myproject,dc=net
> 
> saslauthd cannot support DIGEST-MD5 authentication.
> 
> -- 
> Dan White