I have a problem connecting to Active Directory (Windows Server 2008 R2) via LDAP using the SASL DIGEST-MD5 authentication mechanism. I get the following error:
Authentication Error - [LDAP: Error Code 49 - 8009030C: LdapErr: DSID-0C0904DC, Comment: AcceptSecurityContext Error, Data 52e, v1db1]
The same error is reported by different clients. Basic authentication with the same credentials works fine.
I know that error 49 means "invalid credentials", but WHY?
source share