What permissions are needed to do an LDAP bind to an Active Directory Server

Posted by DrStalker on Server Fault See other posts from Server Fault or by DrStalker
Published on 2009-09-29T03:41:25Z Indexed on 2010/03/13 13:05 UTC
Read the original article Hit count: 282

Filed under:
|

What permissions are needed to perform an LDAP bind to an active directory server? I have a central domain (call it MAIN) that has two-way trusts to domains in other forests (call then REMOTE and FARAWAY)

Using MAIN\myaccount as the username and my password I can bind to REMOTE fine, but not to FARAWAY; I get an invalid credentials response

80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error, data 525, v893

In all other ways the trusts seem to work fine.

What permissions do I need to check to figure out why the bind is failing? My understanding is that anyone in AUTHENTICATED USERS should be able to bind to LDAP, but that only seems to hold true for some domaians and not others.

© Server Fault or respective owner

Related posts about ldap

Related posts about active-directory