Open easy-why-not opened 2 years ago
It is probably a bad password.
Returns when username is valid but password/credential is invalid.
reference of code 52e is here:
https://ldapwiki.com/wiki/Common%20Active%20Directory%20Bind%20Errors
I'm encountering this same issue with 100% correct credentials. I have no idea why. The .NET variant I have works just fine. Same ldap server location, same domain.
I'm encountering this same issue with 100% correct credentials. I have no idea why. The .NET variant I have works just fine. Same ldap server location, same domain.
I have the same issue. Have you found a solution?
I'm encountering this same issue with 100% correct credentials. I have no idea why. The .NET variant I have works just fine. Same ldap server location, same domain.
I have the same issue. Have you found a solution?
I switched out to ldapjs without this wrapper library. It's all working as intended now.
Hello everyone I get a similar error. Is it caused by the fact that I am incorrectly transmitting authorization data or something else?