1

I am a little confused in my about permissions, in my dev environment I have a setup the following permission groups:

  • GroupOwners (Full controls).
  • GroupMembers (Contribute, Approve).
  • GroupVisitors (Read).

I have the following site collections:

SampleBlog/

With the following sites: SampleBlog/News/Contacts/Marketing/Finance/Property

I want to give design permissions to three users only for the following sites:

  • User1 has design permissions only for SampleBlog/Contacts.
  • User2 has design permissions only for SampleBlog.Marketing.
  • User3 has design permissions only for SampleBlog/Finance.

The above users should be visitors for the rest of the sites.

How do I achieve this. Any suggestion will be greatly appreciated?

Thanks in advance

4

1 回答 1

2

首先,您必须删除站点上的权限继承:SampleBlog/Contacts SampleBlog/Marketing SampleBlog/Finance

然后在每个站点上设置权限,例如:

Site SampleBlog/Contacts 为 User1 访问者 User2,User3 设计权限

用户 2 访问者用户 1、用户 3 的站点示例博客/营销设计权限

站点示例用户 3 访问者用户 1、用户 2 的博客/财务设计权限

问候

于 2012-07-04T09:33:17.117 回答