Hello. I am getting this error when I try to authenticate to LDAP
Authentication failed:[LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 52e, vece ]
Can someone please explain what this means and how to fix it?
Also: How do I find my start string?
LDAP ErrorThe error code in that message: 52e = invalid credentials.
It looks like your active directory server is telling you that the user is not allowed to read what it is trying to be read.
You find the start string (which will probably fix this since you are likely requesting high level nodes that are very restricted) by asking your Active Directory Administrator, or using some type of Active Directory browsing tool.
I like the free ''LDAP Browser'' by Softerra.
http://www.ldapadministrator.com/download.htm
P.S.
I found the details for your error message by simplying using it in a Google search.
No comments:
Post a Comment