Assignment of security to content.

learn more… | top users | synonyms

0
votes
1answer
75 views

How to make different permission on document library?

I want to make document library that can filter view from the user organisation by region. In my Institution has 3 levels that has different level of access file. The hierarchy of user level can be ...
2
votes
1answer
4k views

Permissions error setting up SharePoint 2010 PowerShell account privileges

SharePoint Foundation 2010 SP1 on Windows Server 2008 R2 Std SP1 (Domain Controller) in a simple farm with a single SQL Server 2008 SP1/Windows Server 2008 Std SP2 backend I realise installing SP on ...
1
vote
2answers
97 views

best way to add people to sharepoint group

i have a list where based on users area and code there is a group name associated.i need to get the users input of area and areacode, check it from the list and find the appropriate group name and ...
1
vote
2answers
89 views

Dynamic permissions setting for forms

I am currently using Sharepoint 2010 with forms designed by InfoPath. I have workflows setup such as when a form is created and checked in, the user has to select the workflow and submit it for ...
0
votes
3answers
1k views

Restrict document editing only to document authors

How do you set the permission on the document library to allow only authors of the document to edit it and all other users will have read-only access? Can this be done on the check out/check in ...
0
votes
0answers
149 views

People picker finds group, then says no exact match found

I'm trying to add a group to a document library to give them permission to see it. If I type the group name and ask SP to check it, it says No exact match was found If I search the address book it ...
4
votes
3answers
72 views

How to manager large user access to specific folders? (300+ users)

Okay, got a internal sharepoint setup for authenticated users (about 3000 users). This sharepoint has one group that is specifically in one region and a small group in another region overseas ...
0
votes
0answers
62 views

Permissions issues with Office365 Sharepoint, Owner account

I have just been tasked with overseeing an Office365 Sharepoint team site, and there is a very odd legacy issue that was left unresolved by the last administrator. We have the standard set of groups ...
1
vote
1answer
89 views

If a user can't read Excel file, can they still view Chart Web Part created from it?

Title sums it up. I would just try it myself but my test environment is down and I figured I might get a speedier response here than to wait for that to come up. If users don't have permissions to ...
1
vote
1answer
68 views

My permissions have changed - again!

Three colleagues and myself have Full Control of our top level site. I don't often log into our site, however, a week ago I did and noticed I no longer had rights, however, my colleagues' rights were ...
0
votes
1answer
26 views

A Complex Permission Structure and A Question

Suppose that i have two lists OFFICES [COLUMNS: OFFICE NAME (Text), OFFICE MANAGER (User), AND OTHER OFFICE DETAILS ETC...] EMPLOYEES [COLUMNS: EMPLOYEE NAME(Text), EMPLOYEE OFFICE (Lookup), AND ...
0
votes
2answers
461 views

Remove non full controlled Permission Sharepoint Groups from a SharePoint List using Client Object Model

I have SharePoint List which has stop inheriting from the Parent Sub Site. I need to retrieve the SharePoint Groups which are not been assigned with Full Control on the List. Then need to remove them ...
0
votes
1answer
62 views

Run Publishing.Administration - method as a Farm Admin

I need to call a method from publishing.administration-Namespace as a farm admin. To be specific: ContentDeploymentJob.GetAllJobs(); When I try to run that code I get the exception that the code can ...
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
0answers
68 views

Check what a user or group has access to?

I have a sharepoint 2003 server. Some permissions are just a mess - very little planning was done so there are lots of permissions set at the site, library, folder and item levels. I've seen the ...
1
vote
2answers
298 views

Powershell to check usage of a custom Permission Level

As the title says I need to find/write a Powershell script that will look through all of my Site Collection to see where a specific (custom) Permissions Level is being used. All the articles I have ...
1
vote
0answers
33 views

Update user permissions in list

I have a list which has individual permissions set on each item. Yesterday, a cockup occurred where a number of these items had their permissions erased. Rather than clicking each one individually, ...
0
votes
2answers
39 views

Full Control Permission Problem

I am in a group which has Full Permission (site collection owners). However i cant add users to groups that i am not a member off. I thought this would give me full overriding permissions. Am i ...
1
vote
1answer
77 views

How can I grant contribute-like permissions to a document set without allowing the set to be deleted?

Is it possible to grant contribute-like permissions (even if I have to create a new permission level), to a document set without allowing the users to delete the document set itself? I've got lots of ...
1
vote
1answer
109 views

Restoring site from another server doesn't seem to copy permissions

I have backed up a site, from development box, and restored it to another, live, server. Everything seems to have been copied correctly. The site looks the same, and when I look in the permissions, I, ...
1
vote
1answer
35 views

User without permissions on SharePoint library in a certain computer

I'm really stuck with this problem. Something on our sharepoint (or maybe in the user's computer) is preventing them from using certaing library features: The user cannot see the upload multiple ...
1
vote
1answer
163 views

Can I assign permissions to a task list view?

My supervisor wants to be able to see all of his team's tasks in sharepoint (2010). He does not want them to be able to see each other's tasks. I have tried making individual tasks lists for each ...
0
votes
0answers
20 views

Access Sharepoint Library through Microsoft Access

Hi I have a sharepoint Library which is an Infopath forms library I store forms here and i display some columns and the some column values are modified using MS Access Now the problem that i have is ...
0
votes
0answers
66 views

Open documents from library in edit mode, just in intranet. How to open externally?

Good evening. I have a document library, with some Word documents. I am trying to open the documents in Edit Mode, but I only have sucess when I'm on local intranet. What is happening? And how to ...
0
votes
1answer
75 views

SharePoint groups show no members in UI, but do in powershell?

I have a SharePoint 2010 (SP1 OCT 2012 CU) farm with two web applications. The root site collections of both these web applications have SharePoint groups that are showing no members in the UI. I ...
0
votes
0answers
29 views

Can I change default permissions to personal when creating a new library on the My site?

My question regards the My Site. Our users have permissons to create new document libraries on their My Site. Because the library is created on the My Site - My Content tab, users think that the ...
0
votes
1answer
56 views

Sharepoint 2010 Exception caused by required managelist permission

I've found a strange behaviour using Linq2SharePoint in a customcontrol. I run InsertOnSubmit on my EntityList<> and SubmitChanges() afterwards. The following 'exception' occurs on ...
1
vote
1answer
125 views

How to copy roles for folders?

When I create a folder in one list, I create a folder in other list. I need to copy roles of first folder and paste them to other folder. How can I do this?
0
votes
0answers
55 views

SPPageStatusSetter failing in SP modals, for some users

We're putting status messages on a page using the SPPageStatusSetter API (on the server end). This works absolutely fine until we open any pages inside an SP Modal. For users in the App Owners group, ...
1
vote
3answers
629 views

Hide a column on a custom list from non admins

When you create a new item is there a way to hide a field on the new item form? I have a status field which I dont want the user to fill in. I only want an admin user to be able to change the status. ...
0
votes
1answer
77 views

Unable to access “Advanced Permissions” settings

I have a WSS3 server set up for development purposes but I am unable to access the Advanced Permissions in the Users and Permissions section of the Site Settings. I'm trying to set up a test condition ...
0
votes
1answer
83 views

Allow Contribute-user to delete only draft version?

We have a SharePoint 2010-portal for document collaboration, developed for one of our customers. The require the ability for authors to be able to delete their own draft versions, but not published ...
1
vote
1answer
39 views

Opening site collection with admin user to prevent access exceptions

I have a custom webservice hosted in SharePoint. Within this service, I need to at times look up sites by id. Despite running code in an SPSecurity.RunWithElevatedPriviledges block, I still get Access ...
3
votes
4answers
287 views

Problem with Visual web part

Good day! I have an event handler that, when you add a document to the library redirects the user to a web form with the parameters of the document. In the web form, it displays the current user in ...
1
vote
2answers
1k views

how to give Role permission to list programmatically?

I have set my web permission to Inherit Permissions as well as Lists.and programmatically i have add SPUSER to web with assigned 'Restricted Read' access Role. and also associate SPUSER to List1 ...
2
votes
1answer
133 views

SharePoint timer service for backup/restore

for performing backups, SharePoint timer service should have read/write permission. How i check if SharePoint timer service have read/write permission?
1
vote
3answers
2k views

SP 2010: column permission

If I understand well in SP (out of the box) it is not possible to define single column (fields) permission for the various users of a site. I have seen some third party solutions which can do that, ...
0
votes
1answer
647 views

UserProfile WebService understanding permission required to create user

I've currently written a proof of concept console application to add a single user to our user profile service, using the SharePoint web services http://sharepoint/_vti_bin/userprofileservice.asmx. ...
3
votes
1answer
26 views

SP 2010, Doc library permission?

How we can apply the permission on Document library on the basis of the location??????? such as User ABC can access the Doc Library from India but not from US, same user with same login.
1
vote
3answers
168 views

Sharepoint User groups

I have a Sharepoint 2010 portal set up with custom user groups like ManagerUserGroup, SubManagerUserGroup etc. When I add any new user to those User groups, that user gets an 'Access denied' error ...
2
votes
1answer
57 views

Alerts working only when Delete Versions permission is checked

I'm using Sharepoint Foundation 2010. Alerts are working only if the users have permission level that has Delete Versions permission. I want users to be able to get alerts, but not delete past ...
2
votes
1answer
64 views

Full control user can add Page Layout to top level site but not the sublevel site

Has anyone seen the problem that we can add page layout to the top level site but not the sublevel site? I've got the following behaviors: In the "Site Settings" the "Master pages and page ...
5
votes
2answers
815 views

Setting “contribute” permissions for blog comment lists

It appears as though Sharepoint 2010 OOB does not give Authenticated Users "contribute" permissions for users' blog comment lists. Authenticated Users only have the permission to read, which is not ...
5
votes
1answer
252 views

Why does SPWebCollection[Guid] needs more permissions than SPWebCollection[string]?

I have this code: SPWeb web = SPContext.Current.Web; string dummy = String.Empty; SPWeb subwebByName = web.Webs["Example"]; dummy = subwebByName.Name; Guid subwebId = new ...
0
votes
1answer
32 views

How to find permission level date(Last Modifed or Created) for a user and group?

How to find permission level date(Last Modifed or Created) which applying permission level for a user and group?
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 ...
0
votes
0answers
63 views

Give user acces to site collection

I want to give a single user acces to my site collectiom. But when the user logs on he gets a error "Sorry, this site hasn't been shared with you." I added the user in "Site permissions" under ...
1
vote
0answers
45 views

Managing Sharepoint Service permissions with distributed architecture

I have following architecture for sharepoint and I wanted to know best permission set up. Currently we have fresh install of SharePoint Foundation server with the services running as shown in the ...
3
votes
1answer
24 views

Find all workflows with a certain permission setting

I have a workflow which just got broken by a network administrator changing some active directory settings for a certain group. I was able to fix the workflow once the problem had been found but there ...
0
votes
2answers
76 views

Document library item permissions

I have a document library containing a lot of personal information. Originally only admins could see the library but now it has been decided that users need to see their own information. Admins have ...

1 2 3 4 5 16