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.
Asked
Active
Viewed 1,334 times
2 Answers
1
audience targeting isn't really security trimming, its security by obscurity. What you're looking for is item level security.

brian brinley
- 2,364
- 1
- 13
- 10
-
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. http://office.microsoft.com/en-us/sharepoint-server-help/target-content-to-specific-audiences-HA010169053.aspx#BMstep1 – 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
1
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.

Rick
- 2,288
- 18
- 66
- 98