Team Foundation Server 2010 项目集合和项目权限
我是 Team Foundation Server 2010 的新手,有一个关于权限的问题。
项目是否可以从项目集合继承权限?我想在项目集合级别设置一个自定义贡献者组并将开发人员添加到其中。每次他们创建一个新项目时,我想继承项目集合中的权限。这意味着我不必在开发人员每次创建项目时都将其明确添加到项目中。
也许还有其他方法可以做到这一点,而不必设置自定义贡献者组?任何帮助将不胜感激!
I'm new to Team Foundation Server 2010 and I have a question about permissions.
Is it possible for a project to inherit permissions from a project collection? I want to setup a custom contributor group at the project collection level and add the developers to it. Each time they create a new project I want to inherit the permissions from the project collection. That means I don't have to explicitly add the developers to the project each time they create one.
Maybe there is some other way of doing this and not having to setup a custom contributors group? Any help would be appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议按照以下方式设置一些 Active Directory 组:
(您也可以针对特定项目执行此操作。您明白了。)
为这些 AD 组提供您需要的权限,然后只需添加/将开发人员删除到 AD 组中。如果您能够管理 AD 组,这将比通过 TFS 管理工具进行管理要简单得多。
希望您已经拥有满足这些需求的 AD 组,从而省去您的麻烦。例如,也许是团队范围内的通讯组列表?
I would recommend setting up some Active Directory Groups along the lines of:
(You could also do this for specific projects. You get the idea.)
Give these AD groups the permissions you need, and simply add/remove the developers to the AD groups. If you can get the ability to manage the AD group, this will be much simpler that administering through the TFS admin tools.
Hopefully, you'll already have AD groups that fit these needs, saving you the trouble. Maybe a team-wide distribution list, for example?
您可以创建集合级别角色(TFS 组)并编辑流程模板以向这些角色授予权限,以便在每个新项目中默认设置这些角色。
You can create collection level roles (TFS Groups) and edit your process template to grant permissions to those roles so there are set by default in every new project.