Dieter Kluenter wrote:
Hi, I just updated to 2.4.11 and experience a strange bind error. A strong bind with sasl digest-md5 is successfull but a simple bind fails with error 49. Actually I found it only out because evolution was not able to connect to ldap anymore. Following I unvail the real password:
- a ldapwhoami,
ldapwhoami -Y digest-md5 -w mailer -U admanager SASL/DIGEST-MD5 authentication started SASL username: admanager SASL SSF: 128 SASL data security layer installed. dn:cn=admanager,o=avci,c=de
- a ldapsearch with simple bind
ldapsearch -d-1 -x -D "cn=admanager,o=avci,c=de" -w mailer -H ldap://localhost -b ou=adressbuch,o=avci,c=de "(&(objectclass=evolutionperson)(sn=*))" mail telephonenumber
ber_dump: buf=0x61c460 ptr=0x61c460 end=0x61c48c len=44 0000: 30 2a 02 01 01 60 25 02 01 03 04 18 63 6e 3d 61 0*...`%.....cn=a 0010: 64 6d 61 6e 61 67 65 72 2c 6f 3d 61 76 63 69 2c dmanager,o=avci, 0020: 63 3d 64 65 80 06 6d 61 69 6c 65 72 c=de..mailer
ldap_msgfree ldap_err2string ldap_bind: Invalid credentials (49)
Any idea what is going on?
-Dieter
Did you find the answer?