c# - LDAP subdepartments? -


Hi I am using C # and LDAP protocol. Is there any way to find a sub-department? In C #EG: Department: Finance, Subdivision: Procurement, Subdivision: Clerk

I am doing it in C #

The answer to this post should do the trick for you - & gt;

Using the example from the link of the OU provided in your question you should follow the LDAP string

  LDAP: //dc1.corp.domain.com/ OU = Clerk, OU = Procurement, OU = Finance, DC = corp, DC = domain, DC = com    

Comments