Active Directory and CruiseControl.NET Groups

I am using CruiseControl.NET 1.6 and I want to restrict ForceBuild's access to some projects. I would like to use existing Active Directory groups for this, and not list the users in each project and manage them in CC configuration files. Is it possible? Can someone give me an example?

+3
source share
1 answer

Yes, the CC.net documentation has useful information on setting up LDAP User Authentication and the Role (user group) Permissions . Have you tried the following?

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

A more comprehensive example is Scenario 2

0
source

All Articles