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.
 
Back
Top