vote up 1 vote down star

I've been tasked with creating a SharePoint web part for our new web site. One of the things it needs to know is which AD groups the current user belongs to (each site user will belong to one or more special security groups within the domain.) Is there a part of the SharePoint API that exposes this information, or do I need to query AD directly?

flag

70% accept rate

2 Answers

vote up 4 vote down check

I would just do an LDAP query directly. This is much simpler and the LDAP interface to Active Directory is well documented.

link|flag
vote up 0 vote down

Check out these .NET namespaces.

System.DirectoryServices System.DirectoryServices.AccountManagement System.DirectoryServices.ActiveDirectory

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.