Hi
I have also looked for this but never found anything.
Here is my Config.
Every User that is not in the Admin Group is only allowd to force a build
and view a project.
<internalSecurity>
<audit>
<xmlFileAudit location="$(CCNETFOLDER)\CCNet_Audit.xml"/>
</audit>
<auditReader type="xmlFileAuditReader"
location="$(CCNETFOLDER)\CCNet_Audit.xml"/>
<users>
<ldapUser name="*" domain="domain"/>
</users>
<permissions>
<rolePermission name="Admins">
<defaultRight>Allow</defaultRight>
<startProject>Allow</startProject>
<users>
<userName name="admin1" />
<userName name="admin2" />
<userName name="admin3 " />
</users>
</rolePermission>
<rolePermission name="user">
<forceBuild>Allow</forceBuild>
<viewProject>Allow</viewProject>
<defaultRight>Deny</defaultRight>
<users>
<userName name="*"/>
</users>
</rolePermission>
</permissions>
</internalSecurity>
Regards.
Matthias
>
Am Donnerstag, 28. Februar 2013 12:42:27 UTC+1 schrieb Alexander Ryabovol:
>
> Is there a way of using active directory security groups instead of adding
> individual users in Ccnet security settings? Please share any information on
> how this can be configured.
>
>
--
---
You received this message because you are subscribed to the Google Groups
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.