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

Reply via email to