vote up 1 vote down star
1

Hi

I'm trying to create a SharePoint web part that will display all the users in a certain active directory or SharePoint security group.

So for example on the home page for a department called Human Resources, the web part will list all the people who belong to the AD or SharePoint group called HR.

It's been suggested to me that there is no relationship between the users table in SharePoint and the security groups, which I find hard to understand? If users belong to a group you would suspect there is a relationship.

Many Thanks for any suggestions

flag

54% accept rate

8 Answers

vote up 2 vote down check

The Site Users web part will not expand AD security groups. For AD Security group enumeration, you may want to look at Bamboo's web parts (User Directory Web Part) or develop your own custom web part as described here: http://sharepointrookie.wordpress.com/2008/07/13/display-site-members-from-ad-groups/

link|flag
fantastic! Thanks for this. – 78lro Jan 7 at 10:15
vote up 0 vote down

SharePoint has a "Site Users" web part (under the Miscellaneous group in the Web Part gallery) - this part is configurable and can display the members of any SharePoint security group in the site.

link|flag
vote up 0 vote down

Thanks for this that looks v useful.

link|flag
vote up 0 vote down

Would there be a way to have this web part show all the users inside an Active Directory security group rather than a SharePoint security group?

Best Regards

link|flag
vote up 0 vote down

SharePoint doesn't keep track of who is in what AD group, you'd have to ask the AD for that.

This isn't really a question that it's set up to answer well, the AD was designed to answer questions like "is Kevin a member of the cool kids group"

link|flag
Fair point I guess - just that I have been asked to build a web part to display groups of people by the AD groups that they are in, in effect creating a community of users on each site/sub-site. It would be far easier if they were using the SP security groups! – 78lro Jan 9 at 11:29
Actually, SharePoint does keep track of who is in what AD group (this is part of User Profile syncing) it just doesn't expose that it keeps track of it as far as I know. – Chris Latta Feb 24 at 2:06
Chris is right.. I'd forgotten that profile service in MOSS keeps track of this, but I'm not sure if there is an API to get the membership of a group though – Kevin Davis Feb 28 at 20:20
vote up 0 vote down

Yeah there are a tool called "Site Users" web part, which I think can do part of your requirement. But I am not sure it is under the Miscellaneous group in the Web Part gallery. I just stumbled on that tool when I fooling around in the web part gallery. Also as IFY here is another tool which, though, is a third party tool which Sync AD

Hope this helps

link|flag
vote up 0 vote down

Awesome

But it has one odd behavior.

"approvers" can see all "contributors" and also see their own group that is "approvers" but "contrbutors" can only see other "contributors" and not the "approvers"

link|flag
vote up 0 vote down

Content and Code developed People Directory for SharePoint 2007. People directory makes it easy to find people within your organisation by simply clicking on their initials or by typing part of their name, department, job title or office.

People Directory imports people information from SharePoint's user profiles which in turn is populated by Active Directory or another line-of-business application.

Please have a look at our People Directory solution on http://www.contentandcode.com/webparts

link|flag
Great to see you guys on here but please ensure you contribute to the community and don't spam (otherwise you'll get booted and that won't look good). For more details: meta.stackoverflow.com/questions/10174/… – Alex Angas Aug 21 at 14:09

Your Answer

Get an OpenID
or

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