What all the code in web config that you have given is working with 1.5 or 1.4.43 itself?
shall i install 1.5 for security? or 1.4.43 is enough?please let me know Regards -Ravi On Tue, Mar 9, 2010 at 7:12 PM, g1eagle <[email protected]> wrote: > With version 1.5 you are supposed to be able to implement security. I > have yet to install this version and configure it. I am currently > running 1.4.4.83 and I have blocked the port for CCTray until I get > 1.5 in place. For the dashboard, I've configured the web.config so > that the users are prompted for their domain credentials. It is not > the ideal solution but for now it has been working to some degree. > > Between the following lines in the web.config: > > <globalization requestEncoding="utf-8" > responseEncoding="utf-8" /> > </system.web> > > Enter the following: > > <authorization> > <allow users="domain_name\username, domain_name\username" > /> > <deny users="*" /> > </authorization> > > > On Mar 7, 11:56 pm, ravi vellanki <[email protected]> wrote: > > Hi , > > > > Can someone tell me how can I handle authorization in CCNET? Say, for > > instance, I have Projects for Test and Project for Development groups. > > Testers are not allowed to force a build on Development Projects and > > Developers are not allowed to force a build on Testing Projects.I need it > > not only in Web-dashboard but also in CCTray. Because in CCTray also we > have > > option to force build the application > > what ever we need to force (A chance to force build for tester or > developer > > for different kind of projects which are not associated to one of them) > How > > can I achieve this? Thanks > > > > -- > > Ravi Vellanki, > > Mobile - 9885688222 > -- Ravi Vellanki, Mobile - 9885688222
