Wednesday, April 21, 2010

Connecting to an ADAM (Active Directory) instance

There are plenty of articles that will explain how to use AD in .NET. For example, http://channel9.msdn.com/posts/RobertShelton/Searching-Active-Directory-with-NET-Visual-Studio-2005/

The trick (that worked for me) was to use AuthenticationTypes.None when creating a DirectoryEntry.

No comments: