The security-trimming tag has no wiki summary.
5
votes
3answers
344 views
Possible to security trim what web parts a user can put on a page?
Basically when you select Insert -> Web Part you get this menu:
Is it possible to determine what is available here based on a users role?
4
votes
1answer
134 views
Is it possible to override the SharePoint 2010 OOB search result security trimming?
I've built and deployed a custom security trimmer based on the ISecurityTrimmer2 interface. I have verified that it is running for the content source + crawl rule that I intended. However, it only ...
3
votes
3answers
10k views
Hide “Site Actions” -> “View All Site Content” in a 2010 Publishing Site
This is annoying. I've created a site, enabled the Publishing features, and added a couple people to the "Members" group that has Ready Only access.
When these users log in, they still see the "Site ...
3
votes
1answer
504 views
How does IfHasRights work(is it based on site or list)?
So my sceario is this.
I have a subsite and in this subsite i have a custom webpart that displays that from a blog under this subsite via web services.
The user doesn't has no permission to the blog ...
3
votes
1answer
491 views
Can I do security trimming on search results from SharePoint 2010 against WSS 2.0
I have indexed an old WSS 2.0 from my SP2010 search engine. The indexation works fine as I can see documents from the WSS 2.0 server in the results. The problem is that there doesn't seem to be any ...
2
votes
1answer
173 views
Security trimming not working for items in a dataview webpart - Data via webservices
I have a dataview webpart that gets data via webservices but i want to apply security trimming on the items.
When i tested it using different logins it doesn't work.All the items keeps showing even ...
2
votes
1answer
653 views
How do I show a view of documents for the current user's department?
My first sharepoint task ever is to create a demo document management site, i need to define a way of departmentalising documents added to the store, then when a user logs in they only see documents ...
1
vote
1answer
463 views
How strictly is Client Object Model functionality Security Trimmed & Person (User) object resolution?
I have a Silverlight Webpart Application running on a Sharepoint2010 Page. The purpose of this webpart is to take a spread of different sections of data and condense it into a more easily usable form.
...
1
vote
1answer
242 views
How to implement a Comprehensive Search Solution in SharePoint?
I am looking to implement a search solution for one of my clients. Any comments will be highly appreciated. We currently have SharePoint 2007 Enterprise.
We have the following requirements:
Users ...
1
vote
3answers
2k views
Sharepoint 2010 Item level Permission to a Document Library is Our approach right?
We are planing to apply Item level Permission on document library and want share point experts advise...are we going right way or we will fall in performance issue or others..
What We Have :
1- We ...
1
vote
3answers
2k views
SharePoint 2010 - Security Trimming issue with Quick launch
I am having some trouble with this Security Trimming feature that maybe you can help me out with. Even with the Security Trimming feature enabled, those users with no access are still able see the ...
1
vote
2answers
74 views
Top navigation bar links
Is there a way of making the links in the top navigation bar in SharePoint 2010 visible to only selected users/groups? I am running the Foundation version so I am limited with options.
The SharePoint ...
1
vote
1answer
70 views
Check object's permission levels
Are there tools that will display all the permissions to an object in SharePoint 2010 Server? For example, we want to see which AD groups, SharePoint groups, and individuals have any level of access ...
1
vote
3answers
454 views
Security Trimmers on SharePoint 2010
SharePoint 2010 changed a lot of things about security trimming from 2007. I've implemented the new ISecurityTrimmer2 interface, and I've registered my trimmer with SharePoint (following the ...
1
vote
2answers
137 views
Security Trimming on Tree View site navigation
Is it possible to add security trimming on the TreeView to only allow the authorized user can see whatever are allowed them to see on the TreeView?
My portal is shared with 3 different users and they ...
1
vote
1answer
41 views
SpSecutityTrimmedControl runs in Pagepreview mode - ?pagepreview=true
I'm branding the sharepoint ribbon and need some changes (css) when the page gets in pagepreview mode.
I've got this code
<SharePoint:SpSecutirtyTrimmedControl runat="server" ...
1
vote
2answers
304 views
Disable search security trimmer?
I'm currently working with a client, one of the requirements is that users have complete access to the search results, regardless user permissions, including anonymous users, Is there a way to disable ...
1
vote
1answer
229 views
Sharepoint Security Trim control & its permission
We have a Custom List in SharePoint 2007, all authenticated users are allowed to add a new item into it.
Now, we have a page on which we are displaying the item details and it will be accessible for ...
1
vote
1answer
95 views
Filtering view of subsites by permission
I have a site with many subsites. Only a portion of these subsites need to be (or should be) accessible by a particular user. Is there a way I can have some sort of list view on my parent site page ...
0
votes
2answers
360 views
Managed Metadata Navigation Security Trimming
Does the managed metadata navigation offer security trimming?
I create a new web and not have anyone have access to it.
I would now add a link to that web to the managed metadata navigation.
...
0
votes
1answer
108 views
Prevent editors from inserting web parts
Is it possible to restrict editors from inserting web parts anywhere on a SharePoint 2010 publishing page? This article talks about disabling it for certain parts of the page or hiding the Ribbon ...
0
votes
1answer
175 views
How to execute KeywordQuery as specific user?
I want to issue a search query from code using KeywordQuery as a specific user. The background is that item level security needs to be applied. I want security trimmed search results.
I tried two ...
0
votes
1answer
107 views
Ribbon disappears randomly and cannot open site in SP Designer
We've been running our SharePoint site (public facing, publishing with workflow site) for a few months, but recently we've found that randomly the editing ribbon will disappears for all users who are ...
0
votes
1answer
168 views
How can i use Security Trimming in Data view webpart
I noticed if i have a custom webpart and i'm sure the user doesn't have access to the list.The users still see the content(link title for example) but only get access denied when they click on it.
...
0
votes
1answer
332 views
Sharepoint 2010 users strangely removed from Sharepoint Group (Expert Advise required)
Since 3 months client portal was working fine suddenly due to some network problem we restarted SharePoint server, after that some Active directory users complained system was inaccessible, where ...
0
votes
2answers
195 views
Top tabs showing, although users do not have access to them
We have a wss3.0 site with forms-based authentication.
We have a lot of sites. The Top tabs are showing, although users do not have access to them. When they select them they are prompted for a ...
0
votes
0answers
22 views
Restrict access to a hive page
The purpose is to block the Incoming e-mail settings internal page (/_layouts/EmailSettings.aspx) to non-admin users or, simply, to all with an exception account.
Via authorization element in web ...
0
votes
0answers
25 views
Run Sharepoint Query web service with just the username and/or user role known
On my current project we are implementing a WCF layer wrapping Sharepoint web services. Search is a huge thing in our App. So, we are using a QueryService extensively. It works like a charm in its ...
0
votes
1answer
53 views
Refinement panel and paging web part stopped working after core search result WP modification
I have tried following example for my requirement:
Disable search security trimmer?
Search result web part is working fine but the Refinement panel and paging web part stopped working.
Any way to ...
0
votes
0answers
28 views
Security trimming in search web service
I have a web application which consumes the SharePoint 2007 search web service (http://localhost/_vti_bin/search.asmx). My scope contains several content sources, all of them contain business data ...
0
votes
1answer
98 views
Traverse folder permissions not working
When assigning permissions to a subfolder, the traverse (limited access) permission isn't working properly, the parent folder isn't view-able from the root of the document library.
Document Library
...
0
votes
0answers
77 views
Access Denied to Domain Security groups
I created a sub site with unique permission and If I add a AD Domain security group to SharePoint group(that has Read Permission level) and If I try to login with user in that Group I get ACCESS ...
0
votes
0answers
31 views
Site Taxonomy and Security trimming
I am working on site taxonomy. I've found a nice article here. The article discusses how one could exploit site taxonomy feature and generate navigation with taxonomy data source.
Is it possible to ...
0
votes
3answers
45 views
Can I give access to a user who is NOT a member of a user group?
Is it possible to give access to a user who is a member of one group but NOT a member of another group?
[edit]
In other words, if they belong to a certain group, I need to deny them access. I want ...
0
votes
1answer
81 views
Doesn't Publishing Pages get security-trimmed?
I am testing the SharePoint navigation with this setup.
Root-Site `All have access`
----SubSite1 `UserA does not have access`
--------SubSite1/Pages/default.aspx `inherits permissions from SubSite1`
...
0
votes
0answers
46 views
PermissionContext=“RootSite” - working for anyone?
It doesn't look, to me, like setting the PermissionContext of a SPSecurityTrimmedControl or a MenuItemTemplate to RootSite works; the content always ends up hidden, whether or not the user has rights ...
0
votes
0answers
393 views
SharePoint 2010 audience based on Windows Security Group contains 0 members
I'm running a SharePoint 2010 environment and have just set up an audience based on a Windows Security Group.
I've set up the following rule:
Operand: User
Operator: Member Of
Value: Windows ...
0
votes
1answer
263 views
Text Formatting discussion board when Ribbon is hidden
I'm working on a new area of my public facing SharePoint 2010 site (i.e. using Publishing templates), that will include an ootb Discussion Board.
The site is for our customers, who all have read ...
0
votes
1answer
105 views
Remove user from Site, List and Library
In my environment we have various sites that have not been governed properly and users were assigned with out group membership. Now that they are gone the users are still listed as part of the site ...
0
votes
2answers
90 views
How to change the account the ISecurityTrimmer2 runs under?
If you have a registered security trimmer, it gets loaded into an instance of w3wp.exe running as Network Service. My trimmer needs to connect to and authenticate to a remote service, so I'd like it ...


