Skip to main content

Diigo Home

CodeProject: Howto: (Almost) Everything In Active Directory via C#. Free sourc... - The Diigo Meta page

www.codeproject.com/...everythingInAD.aspx - Cached

This link has been bookmarked by 1 people . It was first bookmarked on 08 Jul 2009, by Hans Muster.

  • 08 Jul 09
    murratore
    Hans Muster

    This article attempts to tie together the most commonly used elements involved in Active Directory Management in the simplest, most clean manner possible. I interact with Active Directory in nearly all of my applications (web & forms) and I have had to solve a lot of integration issues for many customers. When I was starting out with this technology I had a lot of growing pains so this is an attempt to help those programmers who may have a need to interact with the Directory but do not want to have to become experts in the issue. However, certain rudimentary knowledge and concepts are required in order to utilize the code. You must be familiar with such terms as: distinguishedName, ldap paths, fully qualified domain names, object attributes (single string & multi-string), and general knowledge of ldap schemas.

    activedirectory programming codesnippets .net codeproject howto