[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenLDAP authenticate the username/password with MS-AD?
anyone can clear to me about this line
To work, passwords for accounts will form OpenLDAP sasl) (account @ realm. These two parameters, account, and the kingdom shall be forwarded to saslauthd uses them in its LDAP filter to find the account in question.
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