I created a Link List where each item has a specific target audience from the Active Directory group assigned. I added this link list on a page as a webpart. I am trying to get the user to ONLY be able to see the items on the list to which they have access to from the target audience field.

link|improve this question

71% accept rate
feedback

2 Answers

audience targeting isn't really security trimming, its security by obscurity. What you're looking for is item level security.

link|improve this answer
The links are actually folders on another server and they have their own security. I just want the user to see what they have access to. – Rick Apr 12 '11 at 15:18
Filter if you will, as opposed to seeing all the items in the link list to which they do not have access to. Found this, but doesn't seem to be showing anything. office.microsoft.com/en-us/sharepoint-server-help/… – Rick Apr 12 '11 at 15:43
Judging by the page you linked to, it suggests using a cqwp instead of a lists web part. Have you tried that? – brian brinley Apr 12 '11 at 16:08
Like I said, tried creating a content query web part pointing to the LINK list, but nothing showed up. – Rick Apr 12 '11 at 18:23
feedback
up vote 1 down vote accepted

Activated Target Audience on the link list and used a Content Query Web Part with Target Audience so it would display the links to whom the user has access to.

Teach the Content Query Web Part how to display a link list

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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