Assignment of security to content.
8
votes
3answers
3k views
Hiding buttons of the Ribbon Bar
Is it possible to hide specific buttons of the SharePoint 2010 Ribbon Bar based on the user's permission on publishing pages? For example, we need to hide the font dropdown and under the Insert tab, ...
3
votes
3answers
3k views
Cannot add user to SP group, SP 2010
I investigated one day, that I can't add some specific user to any group of some specific collection, I can add them directly to list/library/page only. For example "Xavier Xovi" can't be member of ...
6
votes
9answers
15k views
Read-only column in a SharePoint list
I want to create a read-only column in my "Request Approval" Nintex workflow task that I sent to the user. I did the following:
Created a column in my list. Field name: “Guideline”
In the default ...
3
votes
4answers
14k views
Is setting permissions on views now possible?
In the previous SharePoint version of SharePoint you couldn't have permissions on list views.
Is this now possible on SharePoint Foundation 2010?
So for example I have a list and 2 views but I want ...
3
votes
1answer
2k views
Approval Workflow - Moving document to a read only document library
I have a document library (doclib1) with an approval workflow attached to it.
On approval of a document I need to move the document to a separate document library (doclib2) which is read only and then ...
1
vote
1answer
184 views
Create SharePoint Group to manage other SharePoint groups?
Is it possible with SharePoint 2010 to create a SharePoint group, AND assign it permissions to manage all the other groups?
We have created a new sps group and gave it 'all permissions' but yet this ...
1
vote
2answers
150 views
List Security in Sharepoint
I need to set permissions for a list that looks like this:
I have two different teams, each with a team lead and 3 team members. The team members should not see each others data.
Team leaders have ...
1
vote
0answers
461 views
Get group membership of current users using ECMAScript [duplicate]
Possible Duplicate:
How do I determine a user's SharePoint group membership using the client object model?
How can I use the client object model to get a list of all (SP) groups the ...
0
votes
2answers
3k views
Stop inheriting permissions programatically
I want to set read permissions to some sharepoint groups to a list.
For existing sites I did it manually, Stop Inherit permissions. Then on groups I chose the groups and edited their permissions, ...
1
vote
0answers
181 views
How to check if user has a permission to complete task in InfoPath task form?
Is it possible to check if the user has enough permissions to complete task in InfoPath 2010 task form? Or maybe it is possible to show to user read-only view if he has lack of the rights.
The full ...
6
votes
7answers
4k views
'Sign in as Different User' Not “Taking”
In some instances of WSS or MOSS when you use the "Sign in as Different User" option, the new login doesn't "take". Is there any known issue here? Usually logging out and then logging back in with ...
5
votes
4answers
4k views
Creating a Site collection programmatically throws exception <nativehr>0x80070005</nativehr>
I'm migrating a SharePoint customization from MOSS 2007 to SharePoint Server 2010 (Win 2008), which creates the Site Collection programmatically. Problem is I'm unable to create the Site Collection ...
5
votes
2answers
3k views
Why are user permissions set in AD not updated immediately to SharePoint?
I have a SharePoint 2010 Foundation installation on Windows 2008 R2 and SQL Server 2008 and using Claims and Windows authentication.
Subsites are visible only to members of a certain group. However, ...
5
votes
5answers
3k views
SharePoint List Item Permissions
Does anyone know of a way to implement permissions within a SharePoint list so that items are only visible to the person who created it (or potentially who the list item is "assigned to", as in like a ...
3
votes
1answer
135 views
Documents being erroneously approved on insert
I have a process that inserts hundreds or thousands of documents a day into a WSS 2.0 site. Recently a developer who is no longer employed with us made a change to enable some approval functionality ...
3
votes
3answers
754 views
Add group to Library permissions using powershell
I have written a script that created a document library called "Audit Logs" for every site collection in our environment. I then wanted to ensure that only Site Collection administrators and the ...
3
votes
3answers
3k views
How can I manage the “Open with Explorer” button based on user permissions?
I would like to disable the "Open with Explorer" option in my SharePoint 2010 sites based on user permissions.
Basically only those users with Full Control should have the option of using the "Open ...
3
votes
3answers
1k views
Unable to modify SPWebApplication properties from feature receiver - Access Denied
The scope of the feature is Web.
SPWeb site = (SPWeb)properties.Feature.Parent;
site.AllowUnsafeUpdates = true;
// Set the Web Application's default error page
SPSite siteCollection = new ...
3
votes
4answers
829 views
Check location of explicit permissions for a given user
In SharePoint 2010, when inheritence is broken for a subsite and a user is explicitly given permissions to that subsite, they then show up under ...
3
votes
2answers
6k views
“Document could not be checked out” permission problem?
I am facing problem with document check out in a SharePoint document library.
This is the message I am getting:
I'm using the out of the box document
library.
I have logged on as Admin
Document is ...
0
votes
3answers
1k views
SharePoint 2010 restricted document library contributors
Is it possible to setup a document library in SharePoint 2010 such that users can contribute, rate, and tag documents, but not edit the document itself once it has been submitted to the document ...
9
votes
4answers
857 views
Cannot upload to a permissions-enabled document library even with RunWithElevatedPrivileges
In our WSS 3.0 application, we have a document library that has an elevated folder called "Approved". It has different permissions from the rest of the Document Library in order to prevent people from ...
6
votes
3answers
579 views
SharePoint Web service requests take 30-60 secs initially
When trying to access SharePoint WSS 3.0 server using the web services API, the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, ...
3
votes
2answers
3k views
Permission levels for user exporting list into excelsheet sharepoint 2010
What are the minimum permissions needed for a users to export the list into excel sheets in SharePoint 2010?
2
votes
1answer
52 views
How do i “Refresh” each site collection's permissions?
My network admin have deactivated a lot of users from the Active Directory, and recreated them using the same username but with a different OU,
Now the SP 2010 does not recognize these users or their ...
2
votes
1answer
84 views
Contribute permissions for specific parts of a site
We're assessing SharePoint to use for our intranet site.
I want specific groups of users to be able to edit some hierarchies of content but not others. For example, HR contributors should be able to ...
2
votes
2answers
469 views
Limited Access entries are noise
My farm admin encourages us collection admins to use permission inheritance. However, we have hundreds of Limited Access entries on the top level site, all of whom I assume possess a custom permission ...
2
votes
2answers
365 views
All sites are read only, even for site administrators
Every site in the collection is now read-only. I can still change settings in the central admin site but am unsure what has changed.
This affects everyone, users with write permission, even site ...
2
votes
1answer
168 views
How to place security on a document library such that users only see documents they created?
When using lists, it is easy to specify that users can only see lists that they created (through Advanced Settings).
Is there a similar way to do this with document libraries? Rather than doing item ...
1
vote
1answer
43 views
“User cannot be found.” error in Powershell
I am writing a PowerShell script to re-sync my users to the AD because of a problem I have described Here. From time to time I get a "Set-SPUser : user cannot be found." error but when I call the same ...
1
vote
1answer
47 views
Content DB not getting any permissions on web application created through central admin
I tried to create a Web Application using Central Admin. It created web app without displaying any error, I can browse site too after creating site collection and that, but content db got no ...
1
vote
1answer
248 views
Connect directly to subsite without viewing home
I have:
SP2010 rented from a company. 1 site collection
I would like some people to ONLY access a sub site without seeing the homepage. Is this possible?
I have tried but I get a message saying ...
1
vote
3answers
2k views
Powershell - Item Level Permission by Content Type
Here is the scenario. I only need to run this once as business team just decided their contents are confidential. User Group is "Marketing", will use OOTB "Contribute" and all of marketing items are ...
1
vote
1answer
421 views
How do I get the default member and owner SPGroups?
I want to show members and owners in a webpart. My site collection can be created in different languages, so I can't get needed groups like web.Groups["Contoso Members"]. Because it may be "Medlemmar ...
0
votes
1answer
40 views
SharePoint Permissions not working
I am using SharePoint 2010.
When I set permissions (I Only grand myself access) on a document library or folder or document EVERYONE can still see it and download the documents. Why is that? What is ...
0
votes
1answer
312 views
Can I manage views based on permissions in OOTB Foundation 2010?
As problem fixes are implemented, we are uploading additional or modified documentation and procedures to a sharepoint site where our employees can review those changes.
We've got another sharepoint ...
0
votes
2answers
293 views
deploy a list with specific item-level permissions in ListAdded event receiver method
I have a certain type of custom list I have designed in my 'solution.wsp', that, whenever an instance of it is instantiated, it should have at the outset a specific Item-Level permission.
To further ...
0
votes
2answers
613 views
Permission problems (access denied) when listing all user profile images
We have a webapp http://intranet01 (default zone) with an internal zone AAM http://intranet and a public zone http://intranet.company.com. Everyting works fine except one solution.
The solution ...

