You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Richard Frovarp <ri...@sendit.nodak.edu> on 2008/01/25 16:17:36 UTC

Re: svn commit: r615219 - /lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml

andreas@apache.org wrote:
> Author: andreas
> Date: Fri Jan 25 05:34:33 2008
> New Revision: 615219
>
> URL: http://svn.apache.org/viewvc?rev=615219&view=rev
> Log:
> Add policies for editPubConf and showPubConf usecases.
>
> Modified:
>     lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml
>
> Modified: lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml
> URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml?rev=615219&r1=615218&r2=615219&view=diff
> ==============================================================================
> --- lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml (original)
> +++ lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml Fri Jan 25 05:34:33 2008
> @@ -209,6 +209,12 @@
>      <role id="sitemanager" method="grant"/>
>      <role id="edit" method="grant"/>
>    </usecase>
> +  <usecase id="admin.showPubConf">
> +    <role id="admin" method="grant"/>
> +  </usecase>
> +  <usecase id="admin.editPubConf">
> +    <role id="admin" method="grant"/>
> +  </usecase>
>    <usecase id="admin.usecases">
>      <role id="admin" method="grant"/>
>    </usecase>
>
>   
Shouldn't these be
<role id="sitemanager" method="grant"/> ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r615219 - /lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml

Posted by Richard Frovarp <ri...@sendit.nodak.edu>.
Andreas Hartmann wrote:
> Richard Frovarp schrieb:
>> andreas@apache.org wrote:
>
>>> +  <usecase id="admin.showPubConf">
>>> +    <role id="admin" method="grant"/>
>>> +  </usecase>
>>> +  <usecase id="admin.editPubConf">
>>> +    <role id="admin" method="grant"/>
>>> +  </usecase>
>>>    <usecase id="admin.usecases">
>>>      <role id="admin" method="grant"/>
>>>    </usecase>
>>>
>>>   
>> Shouldn't these be
>> <role id="sitemanager" method="grant"/> ?
>
> No idea - I thought this is an administrator task, but feel free to 
> change it according to your needs.
>
> -- Andreas
>
>
>
Never mind. I got the roles backwards. Sorry for the noise.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r615219 - /lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml

Posted by Andreas Hartmann <an...@apache.org>.
Richard Frovarp schrieb:
> andreas@apache.org wrote:

>> +  <usecase id="admin.showPubConf">
>> +    <role id="admin" method="grant"/>
>> +  </usecase>
>> +  <usecase id="admin.editPubConf">
>> +    <role id="admin" method="grant"/>
>> +  </usecase>
>>    <usecase id="admin.usecases">
>>      <role id="admin" method="grant"/>
>>    </usecase>
>>
>>   
> Shouldn't these be
> <role id="sitemanager" method="grant"/> ?

No idea - I thought this is an administrator task, but feel free to 
change it according to your needs.

-- Andreas



-- 
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org