Active Directory组和CruiseControl.NET

时间:2011-05-19 23:49:20

标签: active-directory cruisecontrol.net active-directory-group

我正在使用CruiseControl.NET 1.6,我想限制forceBuild访问某些项目。我想使用现有的Active Directory组来执行此操作,而不是枚举每个项目中的用户,并且必须在CC Config文件中管理它们。这可能吗?谁能指点我一个例子?

1 个答案:

答案 0 :(得分:0)

是的,CC.net文档中有关于配置LDAP User AuthenticationRole (groups of users) Permissions的有用信息。你试过以下了吗?

<ldapUser name="*" domain="somewhere.com" />

更具包容性的例子是Scenario 2