Hi

you misunderstood me
before there were only the mailing lists, from the time we moved to the new
site, we also introduced the forum as an extra.

so there are 2 'ways' to get information : the mailing lists AND the forum.

as for the security question : I have to look into that, I did not use
security before

with kind regards
Ruben Willems



On 29 February 2012 17:51, louwho <[email protected]> wrote:

> I did not totally understand your replies.  Are you saying that the forum
> is only history on Sourceforge, and that this is the place to post all
> CCNET questions?
>
> Are there any other forums that I should be looking at, as after a week,
> there is still no reply to my security problem?
>
>
> On Tuesday, February 21, 2012 9:46:06 AM UTC-5, louwho wrote:
>>
>> What is the difference between this Google forum\group and the help
>> discussions on 
>> http://www.cruisecontrolnet.**org/projects/ccnet/boards/2<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 <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".
>>
>
> On Tuesday, February 21, 2012 9:46:06 AM UTC-5, louwho wrote:
>>
>> What is the difference between this Google forum\group and the help
>> discussions on 
>> http://www.cruisecontrolnet.**org/projects/ccnet/boards/2<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 <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".
>>
>
> On Tuesday, February 21, 2012 9:46:06 AM UTC-5, louwho wrote:
>>
>> What is the difference between this Google forum\group and the help
>> discussions on 
>> http://www.cruisecontrolnet.**org/projects/ccnet/boards/2<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 <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".
>>
>
> On Tuesday, February 21, 2012 9:46:06 AM UTC-5, louwho wrote:
>>
>> What is the difference between this Google forum\group and the help
>> discussions on 
>> http://www.cruisecontrolnet.**org/projects/ccnet/boards/2<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 <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