shaozi / ldap-authentication

🔐🔐🔐 A simple Nodejs Async LDAP authentication library
BSD 2-Clause "Simplified" License
108 stars 28 forks source link

80090308: LdapErr: DSID-0C090446, comment: AcceptSecurityContext error, data 52e, v4563\x00 #37

Open easy-why-not opened 2 years ago

easy-why-not commented 2 years ago

Hello everyone I get a similar error. Is it caused by the fact that I am incorrectly transmitting authorization data or something else?

shaozi commented 2 years ago

It is probably a bad password.

Returns when username is valid but password/credential is invalid.

shaozi commented 2 years ago

reference of code 52e is here:

https://ldapwiki.com/wiki/Common%20Active%20Directory%20Bind%20Errors

fuzztooth commented 1 year ago

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.

cmanage1 commented 1 year ago

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?

fuzztooth commented 1 year ago

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.