Hi,

Alltough I read the cookbook forth and back, I am still not sure what
goes wrong with my ACL:

I took the ACL example of the cookbook (Version 1.2) and extended it
in the following way:

I added a /models node to my ACO database
I set var $actsAs = array ('Acl' => array ('type' => 'controlled'));
in my model

- whenever a new record is created using that model, a ACO is created
under the /models node (so far, so good)

I now want to assign rights to these ACOs. I used the cake acl command
line shell for that. The right seem to be applied correctly (I see
them in the aro_aco table as well as when I use the check command on
the command line tool)

However, my users still can access the records without any
limitations :-(

Here are my questions:
1.) as I took the controller based ACL example from the cookbook as a
base, do I need to change anything in the configuration of the ACL
component to correctly check rights?
2.) Is the rights checking done transparent, or do I need to check in
my application if a specific user has the right to read/update a
specific record?

Thanks,

bye
me.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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