Assignment of security to content.

learn more… | top users | synonyms

1
vote
1answer
893 views

Programmatically to list the groups of the current user in a web form sharepoint 2010 foundation

How me in web form to list the groups the current user checkboxes to select one or more groups? What would then set the permission to a document on the basis of chosen groups? I'm doing it right: ...
1
vote
1answer
216 views

Users with 'Contribute' cannot edit/delete from Library (Sharepoint 2010)

An issue has recently been brought to my attention that users with Contribute access to a Document Library cannot actually Edit/Delete items. Whenever users go to Edit a document they get an Access ...
2
votes
3answers
163 views

Re-assign “Created by” for list item

I have a SharePoint list whose items are created by members of a group of ~700 people. The content of these list items needs to evolve over time but we need to limit edit privileges so that only ...
0
votes
1answer
1k views

Sorry, this site hasn't been shared with you

I Created a web app in SharePoint 2013, and a site collection as well. But when I am about to open the page I get this message: Sorry, this site hasn't been shared with you. Any suggestions?
2
votes
1answer
248 views

Show asp.net webpart elements based on user permission level?

I want to do the following: I have a webpart and two users (not in groups, though, because for a reason I don't understand there are no groups in the productive environment here ;) ). One stands ...
0
votes
1answer
163 views

Give 'full control' to a list but restrict item editing

How can I give a sharepoint group full control of a list but at the same time not allow them to edit items? (giving them Read access is not sufficient).
0
votes
1answer
28 views

Maintaining role groups and users in two farms simultaneously?

We currently have two farms - a SharePoint 2007 one and a SharePoint 2010 one. We have the same groups in both farms and the same userbase. At the moment when someone joins or leaves the company ...
1
vote
1answer
50 views

Duplicate user's permissions across farm in SP2010

I have just taken over as developer of a Sharepoint farm with multiple site collections. I keep having to assign myself the relevant permissions that my predecessor had across various areas. Is there ...
0
votes
1answer
120 views

SharePoint Global Navigation Tabs Security

Im having different tabs on the global navigation of site and there will be different groups who will be having rights to different tabs of the application. On click of the tab respective contents ...
0
votes
1answer
91 views

How to show all users in “Select People and Groups” dialog box?

Is there a way to show "All Users/Groups" in the Select People and Groups dialog? I have tried "*" and "%" but they come back with nothing.
1
vote
0answers
124 views

Can some please tell me how to grant external users access to sharepoint external facing site?

Can some please tell me how to grant external users access to sharepoint external facing site? I have a sharepoint 2013 enterprise standalone server.
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
125 views

SharePoint Online give administrator access to My Site of all users

I want to migrate user data from a network share to the "Personal Documents" folders of the user's My Site. Therefore I want to give an Administrator full access to the My Site of all users. I've ...
1
vote
1answer
313 views

Why I get “Attempted to perform an unauthorized operation” while looping groups users

Could anyone explain me why when I trying to loop user of a group foreach (var u in group.Users){....}, I get the error : Attempted to perform an unauthorized operation. I notice that inside ...
0
votes
0answers
54 views

SharePoint OOTB Search Web Part Needs Tweaking

I have a SharePoint search web part on my page. I was under the understanding that security trimming is automatically incorporated into the query in but all users can see certain pending documents. ...
1
vote
2answers
94 views

Setting permissions for List Item columns

Is it possible to set List-permissions in a way that just single Persons can edit columns from ListItems? To be more specific i want to approve (setting a checkbox "approved") Listitems after ...
1
vote
1answer
86 views

restoring content databases and retaining permissions

I have a production Sharepoint web app that contains several content databases serving a group of site collections. There are some critical files in a group of document libraries and lists, so ...
1
vote
1answer
227 views

Note board Web Part Security Permissions

I have a note board web part sitting on the default.aspx page of a site. I have both farm and site admin rights over the site and against each comment I can see a delete link - both for my own posts ...
0
votes
2answers
43 views

How do i implement custom permissions?

I want to do the following using sharepoint 2010 permissions: There are 4 groups with multiple members, each member can only add/edit their own list items and list items belonging to members of their ...
1
vote
2answers
540 views

Sharepoint 2013 users which are programmatically added using Client Object Model still has no permission

I have a problem with user permission of users which are programmatically added to Sharepoint 2013 group using Client Object Model. The web application allows anonymous, but I also have a document ...
0
votes
1answer
57 views

Permission and Access & Edit Item

i created 2 Groups "Site Owners" ( with Approve & Contribute Permission) and "Site Member" (only Contribute Permission ) and i have 3 account (Administrator, Useradmin ,UserMember ). "Site Owners" ...
1
vote
0answers
38 views

Is there a way to list all site permissions from a parent site to the sub-sites from one place?

I am trying to find out all of a complex site permissions. Those varie depending of the sub-site and I want to make sure 100% are reviewed so the best way would be to have one report and to mark it ...
0
votes
2answers
113 views

How to remove sharepoint security group in the feature?

I want to remove custom security group from sharepoint 2010. I created custom security group as follows: SPGroup wcmGroup = currentWeb.SiteGroups[permissionName]; SPRoleDefinition ...
1
vote
3answers
160 views

Users in group with Read permission are able to edit documents and save back to Sharepoint

So I have a group of users for which the group permission on a document library is set to Read. There are other groups with other permissions, but there is no overlap in terms of group members. ...
0
votes
1answer
239 views

Reply permissions for a Discussion Board in a Site with Read permissions

I currently have a site where all SharePoint groups have Read permissions. However, there is one special group called Discussion Participants that should be able to post and reply to one specific ...
1
vote
1answer
39 views

Transfer user permissions

I have a SPListItem for which I need to transfer all directly given permissions from Alice to Bob. It sounds like a common scenario, but still I was not able to find a solution (except third party ...
0
votes
0answers
54 views

Adding a user permission to a publishing page gives us a NullReferenceException on aclinv.aspx

We have a problem with an item in a Pages library. When trying to add a user permission to the item (brand.aspx), we get the following error. Please note that both the Pages library and brand.aspx do ...
0
votes
0answers
37 views

Survey Permissions Issue

I want to give a single user permissions to add questions but not to respond to survey but I am not sure which permission level can be used as currently it got "Contribute" permission level and he can ...
0
votes
1answer
40 views

Group permission inheritance, with 1:1 to Active Directory?

I am looking to add some groups to a subsite and wonder how the SharePoint permissions are cascaded for nested groups? e.g. Is it least priveledge? All_Users |__Managers |__Request_Managers ...
0
votes
2answers
163 views

The impact of BreakRoleInheritance()

I call BreakRoleInheritance on a document (the actual list item) in order to assign someone of less permissions the 'contribute' rights to that particular item. In doing that, have I 'broke' the ...
0
votes
1answer
53 views

How to allow users to fill out forms in a form library, yet not create new views?

In my forms library, I want users (who have contributor rights on the site) to be able to add forms and edit forms but not create new views. How can I accomplish this?
1
vote
1answer
294 views

Item-level permissions on document library

I ultimately want to grant users edit permission only on the items they created. According to this article: http://www.hersheytech.com/Blog/SharePoint/tabid/197/entryid/28/Default.aspx I can do ...
1
vote
1answer
343 views

Users with “Contribute” access cannot edit document attached to a SharePoint 2010 Discussion Board post

Users on my 2010 site can't edit a document attached to a discussion board post even though they have "Contribute" access. Users with "Full Control" can, of course, but users with Contribute cannot. ...
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 ...
1
vote
1answer
74 views

Report of item-level permissions

I have a list with item-level permissions for different users. I would like to generate a report somehow (ideally in Sharepoint Designer as a DVWP page) that shows what each item with the users who ...
0
votes
1answer
188 views

User Profile Service: Can add my user to Administrators, but not Permissions

I'm trying to run a Powershell script that updates the "PictureURL" for a specific FBA user on my SharePoint 2010 site. However, the script returns an error saying: New-Object : Exception calling ...
0
votes
1answer
79 views

If statement within If statement

i do hope you can help. Im very much an amatuer beginner when it comes to SharePoint Designer but am struggling with a list workflow issue. Im trying to set up a workflow to send emails to the ...
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 ...
0
votes
1answer
87 views

sharepoint 2010 hide admin pages

I have several lists on a public facing sharepoint site that are open to the public. These are simple lookup lists and this configuration can't change (not my call). Since users have access to the ...
1
vote
0answers
123 views

User Permissions Randomly Removed

have a user who lost permissions to author content in our site. I went and checked the authoring group and realized she was no longer a member. I figured someone had inadvertently removed her and ...
0
votes
0answers
74 views

Permissions issue, a list item that cannot be edited or deleted

I have logged in as the Farm Admin, tried to delete the record directly, no luck. Tried to create a workflow as the Farm/Timer Service Account, the Installation/Administration account, using ...
1
vote
2answers
363 views

How to grant permissions to Webapp Web Analytics Reports in Central Administration

My management department asks for access on the Web Analytics reports for the whole web application. I tried giving them the permissions to see Web Analytics, but they are still not able to login into ...
0
votes
1answer
47 views

Only give permission to modify/delete a list item to the user that created it

I have created a simple Hyperlink list on which everyone can create, edit and delete items. Now I need to add some more restrictive permissions similar to the following: Only the users that created ...
0
votes
1answer
90 views

Simple permissions question

I know how to grant someone certain role to a list (contribute or read for example) using C# such as: SPRoleAssignment userRoleAssignmentCont = new SPRoleAssignment(allUsers); ...
1
vote
1answer
74 views

Sharepoint Foundation 2010 - Site structure for our implementation

I have been tasked with implementing document control for my organisation. The structure is roughly: Department 1 - Contract 1 - Contract 2 - Contract 3 Department 2 - Contract 1 - Contract 2 - ...
0
votes
1answer
103 views

I loss the listitem which was added to list using Item Added Event Receiver

I am using this code to break the permission.But i loss the listitem after refresh the page.Plz help me.. public override void ItemAdded(SPItemEventProperties properties) { ...
1
vote
1answer
450 views

Set fine-grain permissions through a workflow on a single document

Here's the scenario: When a document is created within a specific document library, a workflow will be started. This workflow will require the document owner to select a number of users to be either ...
0
votes
0answers
28 views

Progrmatically Change the Request Access

We have implemneted a bulk site creation tool and in that i am wondering how can we set access request progrmatically for the whole site collection . i know that we can set the request access for ...
0
votes
2answers
93 views

People can view the item which was added by them in the SPlist.Not able to view the item which was added by others

i want the coding for People can view the item which was added by them in the list..... [i need to add item in custom splist but that was not able to view by anyone...likewise people who are adding ...
0
votes
2answers
213 views

Contributing users cant see the Site Actions button

I have a site on moss 2007 (SP2) / wss 3.0 (SP2) The business then wanted to set up a staging area for the site, instead of direct editing, so I backed up then restored the live site to a new blank ...

1 2 3 4 5 16