Does anyone know of a good article for coding an LDAP hook intoActiveDirectory, using C#? I need to retrieve the values of an AD accountand I'm learning that it has to be done through an LDAP hook.Any articles / info is much appreciated.
You're going to want to lookup the DirectoryEntry object. When I was doingthis, that was my friend. anyhow atwww.c-sharpcorner.com/Code/2002/Sept/ADClass.asp there is a utilityclass that may help you get started.