Security is the protection of information and property from theft.
0
votes
0answers
69 views
Is there a way to restrict or limit the Manage Permissions permission level?
Scenario:
A custom permission level is created that doesn't have as many rights as the Site Owner role (Full Control permission) but, has more rights than a normal Contributor role (Contribute ...
1
vote
0answers
43 views
Why is AddComment on SocialCommentManager throwing SPException?
When I try to add a comment using SocialCommentManager, the AddComment method throws an SPException saying
"The security validation for this page is invalid. Click Back in your Web browser, ...
1
vote
1answer
114 views
SharePoint 2013 S2S Configuration with Exchange
I am trying to configure Site Mailboxes and eDiscovery between SharePoint 2013 and Exchange 2013. The guidance on both of these is pretty much the same, create a server to server trust, then grant ...
0
votes
0answers
27 views
How can i activate the 'recurrence' section under list information management policy
I can set the policy settings by going to the list settings. But, when i go to 'List Based Retention Schedule' and click 'set a retention stage' the 'recurrence' section is greyed out. Please let me ...
1
vote
1answer
63 views
Security For Custom Application Pages
When managing security for any control on a page we use SPSecurityTrimmedControl. But what to do when defining permissions for a custom application page? How do we restrict unauthorized people to ...
0
votes
1answer
29 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
2answers
107 views
How to deny a group to a subsite
I'm using SharePoint 2013
I would to grant acces to a subsite by a specific Active Directory group.
And i want to deny all other groups.
So the group that's allowed is able to acces the subsite and ...
1
vote
1answer
229 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
115 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 ...
0
votes
1answer
103 views
Site collection administrators / owners question
I'm stuggling over a somewhat architectural question which concerns site collection admins and owners. To begin with, I found the thread answerd by Per Jakobsen (here Site collection owners and site ...
2
votes
0answers
62 views
SP 2010: Detect authentication mode
SharePoint 2010 with Claims-based Windows authentication returns 'Forms' from the Authentication.asmx Mode() call. Is this right? Asking this because actually this SharePoint will require Windows auth ...
1
vote
1answer
45 views
Sharepoint: Retrieve info on assigned user policy
A question from stackoverflow
Case:
Create a User Policy in SharePoint 2010 Web Application Management: assign 'Full read' to user XXX for site YYY;
Call SiteData.asmx/GetContent for site YYY and ...
1
vote
3answers
112 views
Unable to login to site even though I am administrator of the site collection
I created one site collection and gave the site collection administrator as my name. But when I navigate to that site and try to login that site it is giving me an error that Access Denied. For all ...
2
votes
5answers
65 views
Is it possible to create a Blacklist in the usermanagement?
We use a Sharepoint 2010.
We want to prevent the Site Administrators assign a specific role (e.g. "Domain\All Users") to a site.
So is it possible to create (maybe with custom code), a blacklist for ...
1
vote
0answers
30 views
Is use of PageView web part poses a security risk?
I have two internal web applications in same domain, I want to integrate them within sharepoint using a PageView webpart. Some how the security community of the organization believes it would ...
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
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" ...
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
3answers
218 views
Active Directory Federation Services and SharePoint
Here is my situation; we are developing a sharepoint portal that should be accessed from multiple different domains. And users from different domains should not enter their credentials. As far as i ...
0
votes
0answers
37 views
Sharepoint Search showing result that user doesnt have access
We Have Sharepoing 2010 Farm server, when user do a search they also get the result of documents that they don't have access.
Is this a known problem in sharepoint?
Can somebody help me fix it?
...
0
votes
0answers
56 views
Proper way to get all lists of a certain type from an entire site collection regardless of current location
I'm creating a webpart that gives the user a feed of any annoucement list in the entire site collection, so they can aggregate data to a central portal.
I'm currently using the following, but can't ...
1
vote
1answer
168 views
Webapp design for internet, intranet and extranet?
I am a beginner in Sharepoint and I must conceive a Sharepoint solution. I need to have an Intranet for employees as well as an access point for collaborators to a particular site in this intranet. ...
0
votes
0answers
17 views
tool for script for security auditng
Is there a free tool or script that i can use to return security information across a site collection. Ideally i would like something that shows the user / group name and the url of the site / list ...
1
vote
1answer
264 views
Can't open sharepoint designer 2010 when using Basic authentication over a non-SSL connection
I have a sharepoint site and we have to have basic authentication set for users to have access.
But now when i go to open up a site in SP 2010 to do some work i get the error and get transferred to ...
0
votes
2answers
67 views
DVWP - Across Multiple Lists with Distinct Permissions
I'm attempting to create a DVWP that merges 4 lists that share a content type schema but have distinct permissions. The issue I am having is that if a user does not have permissions to one of the ...
0
votes
0answers
54 views
SharePoint 2010 Access Service Account not automatically added to content DB
We've configured Access Services for SharePoint 2010. When we go to use it with a contact site template, the site installs and loads, but we get a red X "An Error has occrurred".
When I look on the ...
1
vote
1answer
68 views
Encrypting the search index(es) - any advice?
I have read up on how to configure SQL Server TDE to encrypt SharePoint content that resides in databases, but what about encrypting the search indexes (which reside on the file system)?
Does anyone ...
0
votes
0answers
50 views
Security Updates via Windows Update?
I am setting up a server to which I will be deploying the site collection and WSP files that I've developed locally.
Prior to restoring the site collection, I'd like to ensure that my build versions ...
0
votes
3answers
50 views
Changing a SharePoint group Title
What would be the harm of changing the name of a SharePoint group? I have a task list that has the SharePoint groups set in the 'Assigned To' for list items. I'm wondering would be the impact of ...
0
votes
0answers
150 views
Can't edit user personal settings as site collection administrator
enter image description hereHello, I cannot edit personal settings for a user eventhough I'm a site collection admin. We use only FBA authentication and this is on a Sharepoint 2010 Server Standalone ...
0
votes
3answers
2k views
removing NT AUTHORITY\authenticated users vs all authenticated users and adding domain group instead
I have a root site collection and under the "Style Resources Readers group" i have the
NT AUTHORITY\authenticated and the all authenticated users .
Are these the same groups but with different ...
0
votes
1answer
240 views
SharePoint 2007: Farm administrator process
I have run into an interesting issue. We added a new user as a Farm Admin on the SharePoint 2007 env. The next day the user's account was disabled by IT as it was flagged by monitoring as the SPS ...
0
votes
0answers
23 views
How do you adjust update an obscurity-based solution to SharePoint 2010?
Has anyone played with how to maintain an obscurity-based solution in SharePoint 2010? Or is this simply something that one needs to approach differently?
In SharePoint 2007, you can use a ...
0
votes
1answer
49 views
SharePoint 2010: Site security
I have Site collection (http://myapp/sites/sitcol) and i have two site in that site collections i.e root site (http://myapp/sites/sitcol/) and site2 (http://myapp/sites/sitcol/site2).
i have two ...
0
votes
1answer
73 views
sharepoint 2010: revoke rights to see “users and permissions”
I have a sharepoint site and i want few users not to see "Users and Permissions" in 'site settings'. It should not disturb anything else.
Please help me.
0
votes
3answers
1k views
Users get access denied but “check-permissions” claim they should have access
SharePoint 2010 is giving me a major headache.
We have a site collection with a number of sites where we are trying to give certain users access to certain areas of the site.
The problem is that ...
1
vote
1answer
269 views
Add solution from within event receiver - how to sort out “access denied” errors?
I'm handling the WebProvisioned event in order to add and deploy a solution that's relevant to the site being created. The solution is being created dynamically based on parameters of the site but for ...
0
votes
1answer
73 views
Single files permission error (cannot modify/delete)
When I try to modify or delete a file on a subsite I get the "This control is currently disabled" error on the ribbon, and "this item is no longer available" if I try to click on the dropdown-triangle ...
0
votes
1answer
413 views
Powershell and CredSSP in Production Environments
I try deploy Sharepoint WSP projects using PowerShell Remoting.
See PowerShell Remoting Sharepoint 2010 Error
Solution is configure CredSSP for Sharepoint.
But Microsoft says:
Caution: Credential ...
0
votes
1answer
391 views
Taxonomy.asmx returns sometimes 'No credentials are available in the security package'
I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
0
votes
0answers
99 views
sharepoint client object model for silverlight security error
I tried to get data from sharepoint site by client object model. Everything worked fine with .NET object model, but as for silverlight with seperate page (not hosted in sharepoint silverlight web ...
0
votes
2answers
245 views
How to make dropdown link only visible to a certain group of users?
So we have a Management Meeting every two weeks and inside there is confidential information. Basically we want to make it so that link for this site/page is not even visible except to users within a ...
0
votes
1answer
51 views
Is there a way to list all content deployment jobs on aspx page?
Is there any way to get all local contentdeployment jobs from within web application code?
I'm trying to list all jobs on an aspx page in the backend of a site collection, but everytime I execute ...
1
vote
1answer
563 views
How to Set Forms Authentication Timeout?
I have a public facing SP2010 site that uses forms authentication (default ASP.NET membership provider).
I noticed that The user stays logged in even after hours of inactivity.
We need the user to be ...
2
votes
1answer
166 views
SPSecurity.CatchAccessDeniedException = false: Does Sharepoint keep this setting?
When I add SPSecurity.CatchAccessDeniedException = false; this disables the redirection to a login site.
Does Sharepoint keep that setting until I set it to "true" or just as long until the object is ...
2
votes
0answers
221 views
Getting item level security on SharePoint online through standard web services
SharePoint 2010 and 2007 have a known limitation where you can't access item level security metadata (for example permissions assigned at folders and list items) using the standard web services ...
0
votes
0answers
34 views
Way to use AJAX for reading/writing to list in context of Site Definition?
I'm deploying a subsite to multiple SharePoint site collections which has a voting aspect based on Lists.
I'm trying to keep vote fraud to a minimum by attaching identity to a vote.
I can use ...
2
votes
1answer
82 views
SSRS 2008 and SharePoint integrated mode - security flaw?
Here is my scenario: I've got SSRS 2008 R2 running in integrated mode with SharePoint 2010.
Everything works as expected in that I can create data sources, models (either through studio or via the ...
0
votes
1answer
213 views
Event Receivers on Add/Remove Users
I need some design ideas for a requirement to audit when uses are added/removed from an object. I need to collect the user doing the add/remove, date time, and reason for adding. I need to do this to ...
0
votes
1answer
175 views
SPUtility.GetPrincipalsInGroup not working when claims authentication is enabled
Method SPUtility.GetPrincipalsInGroup can be used to resolve users that belongs to a AD Group. However, when claims authentication is enabled, this method doesn't work as expected. Is there another ...


