How to know a user's LDAP path from Global Catalog

  • Thread starter Thread starter wzhao2000
  • Start date Start date
W

wzhao2000

I can query Global Catalog and find the user DN. Because some of this
user's attributes are not replicated to Global Catalog, I need to
contact the remote domain to find out. But I'm not sure how to
construct the LDAP query path for that.

Should I parse out the remote domain information from the user DN?
Thanks a lot!
 
You can do exactly that, using the distinguishedName attribute value of the
object to construct the LDAP path for your query. Does that help?

--

Tim Springston
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top