Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

LDAP Error

Guest
Jun 24, 2009 Jun 24, 2009

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?

TOPICS
Advanced techniques
906
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jun 24, 2009 Jun 24, 2009
LATEST

The 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources