Hello Everyone,
I am currently setting up some user impersonation in a c# website to query active directory as an admin user. I am a little confused about Domain names and controllers in regards to the ldap string. For example I've been told that the active directory I am querying has one domain name "blank.com" and two domain controllers EXAMPLEdc1 and EXAMPLEdc2.What does this mean for the structure of the ldap string I should use to query?Do I need to do something different different than this LDAP://DC=blank DC=com ?
t