【转】必需知道的 SharePoint 权限 Tips
SharePoint Tips about Permissions: What you need to know
I have been writing tips about SharePoint from last two years now. After a great popularity and huge following of my SharePoint tips section, recently I received a very interesting request to Summarize\Categorize\Tag the tips that are most useful or used by all SharePointers out there.
Hereby, today I am going to summarize SharePoint Tips specifically related to Permissions or Permission levels that you use daily on your SharePoint site.
SharePoint Tip of the Day - To Open and edit a SharePoint site in SharePoint Designer, a user must have “Design” Permissions assigned to him or her. You can simply add the users to the Designers group (under People and Group) on the site to do this task.
SharePoint Tip of the Day – Related to above, if a user with Full Control access gets Access Denied while opening “Master Page gallery” or “Page layouts and site templates” in a SharePoint site, the user might simply be missing “Design” permissions on the site.
SharePoint Tip of the day - Every SharePoint site has a default group called “Style Resource Readers” that provides Limited Access to all Authenticated Users by default. This allows all authenticated users to have access to display SharePoint master pages and styles for the pages on their SharePoint site.
Definition: “Members of this group are given read permission to the master page gallery and the Restricted read permission to the Style Library. By default, all authenticated users are a member of this group.”
SharePoint Tip of the day - If you want to add a Super Admin or Full Control user for all Sites or Site Collections in a Web application, simply add them to the Web App’s Policy also known as “Policy of Web Application” with appropriate rights and that will Override any permissions added for the user on Individual sites across the web app.
SharePoint Tip of the day - Related to the above, if your user has access to the site but you do not see him in “Check Effective Permissions”, the permissions for that user were probably added a Web application Policy level.
As said earlier, permissions given at Web application Policy level overrides all permissions given to a user at site or site collection level.
SharePoint Tip of the day - You probably would have seen “Limited Access” Permissions assigned to users on your SharePoint Site. Here are some Important things to know about it.
1. You cannot assign a Limited Access permission to a user. SharePoint assigns it automatically.
2. You cannot Customize Limited Access Permission Level. It’s restricted.
3. Limited Access is given when you break the Inheritance of a document library and give a user access to the document library but NO access to the parent site. SharePoint automatically gives that user “Limited Access” to the parent site to ensure that he has the rights to traverse the site in order to reach the document library.
SharePoint 2013 Tip of the Day - Two Permission levels that you cannot Customize in a SharePoint site are – Full Control and Limited Access. Site Admins can edit all other Permission levels to select or choose permissions that they want to add\remove.
SharePoint Tip of the day - Permission levels are defined at the site collection level and are inherited from the parent object by default.See more SharePoint tips.
SharePoint Tip of the day - Another Versioning tip, If a user with Read permissions is getting Access denied on Documents, be sure that the document is Published as Major Version and not is in Draft’s mode. A Document in Drafts mode will give access denied to any Read-only user despite of Read permissions assigned to it. You can also change the “Draft Item Security” in Version Settings to allow readers to see the Draft versions as well.
SharePoint 2013 Tips
SharePoint 2013 Tip of the Day - Did you know in SharePoint 2013 the default Permission level for Members group(default one) is the new permission level called “Edit” (and not Contribute). With Edit Permission level, in addition to the Typical Contribute Permissions, Members are now have Capabilities to “add, edit and delete lists” in your SharePoint 2013 Site.
SharePoint 2013 Tip of the Day - If you are missing the “Design Manager” Option in your site, Consider the following -
* Enable Publishing feature on your site.
* Add yourself to the “Designers group” on your SharePoint site.
SharePoint 2013 Tip of the day - Before you use the new Machine translation service in SharePoint 2013… make sure that the Machine translation service’s App Pool account has Full access to the User Profile service and the Web applications itself.
【转】必需知道的 SharePoint 权限 Tips的更多相关文章
- 升级到WP8必需知道的13个特性
http://www.cnblogs.com/sonic1abc/archive/2012/11/28/2792467.html Windows phone 8 SDK 已经发布一段时间了, 已经 ...
- 程序员必需知道的Windows Shell命令
Windows系统本来就很人性化的操作系统,操作很方便,但是对于开发人员来说,有些时候改变一些电脑配置或者执行某些任务来说,使用GUI操作反而事倍功半,因此建议使用Shell命令来提高一下工作效率. ...
- 程序员必需知道的Mac OS使用技巧
macos sierra正式版发布了,于是我把我沉寂了一年没有用过了的macbook拿出来玩玩,顺便把一些常用技巧mark. 1.apple store下载软件无响应(经常出现的问题) 解决方法:更改 ...
- 程序员必需知道的windows快捷键
系统操作的快捷键 1.F5------刷新 2.window+E------打开我的电脑 3.window+r------打开运行 4.window+l------快速锁机 5.window+d--- ...
- 程序员必需知道的Chrome使用技巧(入门篇)
浏览器版本 Chrome Canary 新增一些没有经过Google工程师的测试或使用的浏览器功能版本.Chrome Dev让大多数开发人员主要使用此版本来测试对浏览器的重大版本功能版本.Chrome ...
- 嵌入式程序员应知道的0x10个C语言Tips
[1].[代码] [C/C++]代码 跳至 [1] ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ...
- 每个极客都应该知道的Linux技巧
每个极客都应该知道的Linux技巧 2014/03/07 | 分类: IT技术 | 0 条评论 | 标签: LINUX 分享到:18 本文由 伯乐在线 - 欣仔 翻译自 TuxRadar Linux. ...
- 你应该知道的RPC原理
你应该知道的RPC原理 在学校期间大家都写过不少程序,比如写个hello world服务类,然后本地调用下,如下所示.这些程序的特点是服务消费方和服务提供方是本地调用关系. 而一旦踏入公司尤其是大型互 ...
- react.js 你应知道的9件事
React.js 初学者应该知道的 9 件事 本文假定你已经有了一下基本的概念.如果你不熟悉 component.props 或者 state 这些名词,你最好先去阅读下官方起步和手册.下面的代码 ...
随机推荐
- 把方法转json在前台输出
在JSON中,有两种结构:对象和数组. 1. 一个对象以“{”(左括号)开始,“}”(右括号)结束.每个“名称”后跟一个“:”(冒号):“‘名称/值’ 对”之间运用 “,”(逗号)分隔. 名称用引号括 ...
- HW6.15
import java.util.Scanner; import java.util.ArrayList; public class Solution { public static void mai ...
- JDBC注册驱动的三种方式
JDBC注册驱动的三种方式 1.通过导入的JDBC的驱动包拿到的com.mysql.jdbc.Driver对象,利用java.sql.DriverManager对象的DriverManager.reg ...
- spring框架中一个跟String的trim方法一样的方法
@Test public void testTrimWhitespace() throws Exception { assertEquals(null, StringUtils.trimWhitesp ...
- 引爆公式让你的APP游戏成为下一个“爆款”
在2014年的移动互联网领域,“魔漫相机”是一款值得关注的产品.虽然没有腾讯.百度或阿里巴巴等大资源的支持,但是这款应用一上线就在中国市场发展迅猛,日下载量超过80万次,最高一日达300万次.类似的成 ...
- CSS层叠样式选择器归纳
常用选择器 1.1 类型选择器:用来寻找特定类型的元素 标签 { 声明 } p { color:black; } h1 { font-weight:bold; } 1.2 后代选择器: 选择一个元 ...
- 【Away3D代码解读】其它一些的记录(持续更新)
查看当前正在使用的AGAL代码可以在程序开始时添加下面的代码,AGAL代码会被trace出来: Debug.active = true; 具体的输出是在MaterialPassBase类的update ...
- 退出程序是跳过屏幕自检 比如 必输 EXIT-COMMAND
控制必须输入可以,但是我退出程序的时候还要求我输入个值才能退出,这太变态了,相信很多同志都在SAP程序中反感过这个问题. 标准程序咱就不说了,忍了,新开发的功能还是要解决这个问题. 办法很简单:MOD ...
- Java中3DES加密解密与其他语言(如C/C++)通信
国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私 ...
- sqlninja 说明 (转)
首先来介绍一下sqlninja的优点. 一个专门针对Microsoft SQL Server的sql注入工具 可找到远程SQL服务器的标志和特征(版本.用户执行的查询.用户特权.xp_cmdshell ...