I have had problems getting the security working on 1.5 as well. The documentation is not very clear. Even the 3 scenarios don't explain everything that's going on.
On Jul 21, 2:33 am, sudhakar <[email protected]> wrote: > Hi, > > I have tried to enable the security in my Cruise control by following > way. > After this i am unable to view the project which is enabled with > security and i am able to view which is not enabled with security . > > Can you please let me know if i am missing any thing. > > <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> > > <internalSecurity> > <audit> > <xmlFileAudit location="C:\Logs\CCNet_Audit.xml"/> > </audit> > <auditReader type="xmlFileAuditReader" location="C:\Logs > \CCNet_Audit.xml"/> > <users> > <ldapUser name="Administrator" domain="localhost"/> <!-- Manager > --> > > <!-- Remaining users omitted --> > </users> > <permissions> > <rolePermission name="Admins" defaultRight="Allow"> > <users> > <userName name="Administrator"/> > </users> > </rolePermission> > <rolePermission name="LAS-Developers" forceBuild="Allow" > defaultRight="Deny"> > <users> > <userName name="Administrator"/> > <!-- Remaining users omitted --> > </users> > </rolePermission> > </permissions> > </internalSecurity> > <project name="LAS-Main"> > <security type="defaultProjectSecurity" defaultRight="Deny"> > <permissions> > <rolePermission name="LAS-Developers" ref="LAS-Developers"/> > <rolePermission name="Admins" ref="Admins"/> > </permissions> > </security> > </project> > <project name="TestProj"/> > > <!-- Other projects defined here --> > </cruisecontrol>
