ldap objects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where can i find the list of every objects in active directory?

I am looking at someone's code and can't really figure out how this works?

DirectorySearcher src = new
DirectorySearcher("(&(objectCategory=Person)(objectClass=user))");

I don't understand what object Category and objectClass is.. is
objectCategory an object inside the object "user"?

Many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top