TFS 2010 对文件夹和文件的权限
听完,
你能帮我解决以下任务吗? tfs 源代码管理中有一些文件夹。例如,“配置”。有标准的“贡献者”用户组。我想允许签入“贡献者”组的某些部分。我尝试创建新组“Leads”,在其中添加了可以签到的人员。我拒绝签入“贡献者”,并“允许”“潜在客户”,默认情况下“潜在客户”允许执行所有操作。
但此后两组中的人都无法办理签到。
请告诉我,我应该如何正确组织特定组的用户组大签入权限?
Hear All,
Could you help me solve following task. There is some folder in tfs source control. For instance, "Configs". There is standard "Contributors" user group. I want to allow make check-ins to some part of "Contributors" group. I'm tried to create new group "Leads", where I added people who can made check-ins. Than I deny check-ins to "contributors", and "allow" for "leads", by default "leads" allow do all.
But after this people who in the both groups, can't do check-ins.
Please advise me, how I should correctly organize user groups grand check-ins permissions for certain group?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 TFS 中,否认总是胜利。在不从贡献者组中删除潜在客户的情况下解决此问题的最简单方法是取消选中允许贡献者,不要使用拒绝。这将阻止贡献者访问该文件夹。
在这种情况下,参与者将无法访问该文件夹,但潜在客户可以访问该文件夹,因此用户可以继续成为两个组的成员。
您可能还必须停止继承。
In TFS deny always wins. The easiest way to solve this without removing the leads from the contributors group is to uncheck allow for contibutors, do not use deny. This will stop contibutors from being able to access the folder.
In this scenario Contibutors will not be allowed to access the folder but leads will so users can continue to be members of both groups.
You may also have to stop inheritance.