Can you post the SQL generated?

On Tue, Apr 8, 2008 at 8:47 AM, David Christopher Zentgraf
<[EMAIL PROTECTED]> wrote:
>
>  Those URLs are not loading for me right now,
>  but I'm experiencing this on a Nightly from April 5th (I think).
>
>  cake/libs/controller/components/acl.php:
>  /* SVN FILE: $Id: acl.php 6491 2008-03-01 03:12:12Z nate $ */
>  ...
>
>
>
>  On 8 Apr 2008, at 20:17, Dardo Sordi Bogado wrote:
>  >
>  > Bug #3851,
>  >
>  > https://trac.cakephp.org/ticket/3851
>  > https://trac.cakephp.org/changeset/6342
>  >
>  > It's fixed in current versions.
>  >
>  > On Tue, Apr 8, 2008 at 6:01 AM, David Christopher Zentgraf
>  > <[EMAIL PROTECTED]> wrote:
>  >>
>  >> Hi,
>  >>
>  >> Am I getting this right? With the ACL component, AROs inherit their
>  >> permissions like this:
>  >>
>  >> Group [denied something]
>  >> |- User [allowed something]
>  >>
>  >> In this case, the explicitly granted permission on the User overrides
>  >> the general Group setting, allowing the User something specifically.
>  >> With ACOs the opposite seems to be the case:
>  >>
>  >> Controller [allowing user]
>  >> |- Action [denying user]
>  >>
>  >> In this case, the general permission on the Controller seems to
>  >> override the explicitly forbidden Action.
>  >>
>  >> $ cake acl grant deceze Users all
>  >> $ cake acl deny deceze Users/delete all
>  >>
>  >> $ cake acl check deceze Users/delete all
>  >> deceze is allowed.
>  >>
>  >> Is this by design or a bug?
>  >>
>  >> Chrs,
>  >> Dav
>  >>
>  >>>
>  >>
>  >
>  > >
>
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to