« Previous Next »
Last post 07-29-2009 5:41 AM by steve schofield. 1 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (2 items)
Sort Posts: Oldest to newest Newest to oldest
How do you determine which AD Groups an AD User has access to?
Here is a code sample
http://www.eggheadcafe.com/articles/20051106.asp
You are going to use LDAP to query AD. In .NET there is a namespace called System.Directory services In classic asp / vbscript there is something called ADSI (Active Directory Services Interface). You would use a copy providers (WinNT or LDAP).
http://msdn.microsoft.com/en-us/library/aa772235(VS.85).aspx