I wanted to have group based access control, just like roles.

Catalyst::Plugin::Authorization::Abilities will do the job.

Thanks


On Wed, Sep 28, 2011 at 11:39 PM, Trevor Leffler <[email protected]> wrote:

> Are you looking for something like Catalyst::Plugin::**
> Authorization::Abilities?
>
> Have you reviewed the various Catalyst authZ modules on CPAN?
>
> It isn't clear what exactly you're looking to accomplish.
>
> Cheers,
> --Trevor
>
>
> linuxsupport wrote:
>
>> I was looking if there is a read made solution, or someone implemented it
>>
>> On Wed, Sep 28, 2011 at 9:18 PM, Tomas Doran <[email protected]<mailto:
>> [email protected]>**> wrote:
>>
>>
>>    On 28 Sep 2011, at 12:34, linuxsupport wrote:
>>
>>        I am sorry, please read the line as below.
>>
>>        Is there a way to implement ACL based on group? similar to role
>>        base access controller where we use check_user_roles.
>>
>>
>>    No, there are several? I assume you mean using
>>    Catalyst::Plugin::__**Authorization::Roles? You could implement a
>>    method for checking groups in exactly the same manor as that code
>>    works (go look at the source?)
>>
>>    Cheers
>>    t0m
>>
>>
>>    ______________________________**___________________
>>    List: [email protected] 
>> <mailto:[email protected].**co.uk<[email protected]>
>> >
>>
>>    Listinfo:
>>    
>> http://lists.scsys.co.uk/cgi-_**_bin/mailman/listinfo/catalyst<http://lists.scsys.co.uk/cgi-__bin/mailman/listinfo/catalyst>
>>    
>> <http://lists.scsys.co.uk/cgi-**bin/mailman/listinfo/catalyst<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>
>> >
>>    Searchable archive:
>>    
>> http://www.mail-archive.com/__**[email protected]/<http://www.mail-archive.com/[email protected]/>
>>    
>> <http://www.mail-archive.com/**[email protected]/<http://www.mail-archive.com/[email protected]/>
>> >
>>    Dev site: http://dev.catalyst.perl.org/
>>
>>
>>
>> ------------------------------**------------------------------**
>> ------------
>>
>>
>> ______________________________**_________________
>> List: [email protected]
>> Listinfo: 
>> http://lists.scsys.co.uk/cgi-**bin/mailman/listinfo/catalyst<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>
>> Searchable archive: http://www.mail-archive.com/**
>> [email protected]/<http://www.mail-archive.com/[email protected]/>
>> Dev site: http://dev.catalyst.perl.org/
>>
>
> ______________________________**_________________
> List: [email protected]
> Listinfo: 
> http://lists.scsys.co.uk/cgi-**bin/mailman/listinfo/catalyst<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>
> Searchable archive: http://www.mail-archive.com/**
> [email protected]/<http://www.mail-archive.com/[email protected]/>
> Dev site: http://dev.catalyst.perl.org/
>
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to