shaozi / ldap-authentication

🔐🔐🔐 A simple Nodejs Async LDAP authentication library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

easy-why-not opened this issue · comments

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

It is probably a bad password.

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

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.