Active Directory

  • Thread starter Thread starter Vinay
  • Start date Start date
V

Vinay

I am looking for an book with examples to Program Active Directory from
..NET

Thanks
Vinay
 
You will need to use the System.DirectoryServices namespace, and you should
also get familiar with LDAP (Lightweight Directory Access Protocol). LDAP is
the command language that you use to "talk to" Active Directory.
DirectoryServices gives you the classes for getting to it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

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