What is the difference between this Google forum\group and the help
discussions on http://www.cruisecontrolnet.org/projects/ccnet/boards/2
(how the heck do you post there as there are no instructions, heck,
you cannot even tell if you are logged in).

The book 'Expert .NET Delivery Using NAnt and Cruisecontrol.net'.  How
relevent is that book to the changes that have been made to CCNet
since that books was published in 2005?  Is there anything more recent
\relevant, I find there is a lack lack of recent tutorials (not just
documentation).

I am just learning all this stuff (CCNet), and have a simple working
ccnet.config, that sucessfully executes through the localhost/ccnet
service.  I am trying to get security set up so that users in other
locations can use cctray.  I added this to the ccnet.config file
(copied and modified from one of the security examples....

 cruisecontrol>
   <internalSecurity>
    <users>
      <!-- Authenticated users -->
      <passwordUser name="account1" display="me (Installer)"
password="%account1"/>
    </users>
    <permissions>
      <!-- Roles -->
      <rolePermission name="Releasers" forceBuild="Allow"
defaultRight="Allow" viewProject="Allow">
        <users>
          <userName name="account1"/>
        </users>
      </rolePermission>
    </permissions>
  </internalSecurity>
  <project name="test project">

Now, when I click on the 'force' button on 
http://localhost/ccnet/ViewFarmReport.aspx,
I get the following exception message..."Request processing has failed
on the remote server.  Permission to execute ViewProject has been
denied.  I am not sure what is happening here.  I am logged onto the
server as 'account1', and, I have added viewProject="Allow" to the
rollPermission name="Releasers".

Reply via email to