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.