Re: ACL inherit access not working

2008-06-17 Thread elGEoRgE
All right thanks, I see it works with the aco added. We moved from beta to RC1 and realize this behavior changed. The other concern I have is if you can run sucessfully all the acl tests with RC1 nightly 14.06.2008: http://localhost/test.php?group=acl or if this fails are the expected behavior:

Re: ACL inherit access not working

2008-06-17 Thread aranworld
With the latest svn checkout, I can run the ACL test case with 96 passes Auth test case with 35 passes, 1 fail, and 4 exceptions DBAcl test case with 13 passes, and 1 fail With the DBAcl there appears to be a problem with the Tree Behavior right now that is causing the rght values to not get

Re: ACL inherit access not working

2008-06-16 Thread elGEoRgE
RC1 nightly 14.06.2008. I also had this problem in RC1 HEAD revision. PHP 5 MySQL 5 SO: Ubuntu 8.04 On Jun 14, 6:42 pm, Christian Winther [EMAIL PROTECTED] wrote: RC1 / SVN HEAD of cake1.2 - and what dbo type? -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL

Re: ACL inherit access not working

2008-06-16 Thread aranworld
I don't see where you created the ACO node with the alias 'access'. You must create an aco node for every possible node that will be requested. A check on a non-existant node will return FALSE, and give you a result of not allowed. On Jun 16, 9:06 am, elGEoRgE [EMAIL PROTECTED] wrote: RC1

ACL inherit access not working

2008-06-14 Thread elGEoRgE
I have 2 tables: users and groups. So I setup my aco/aro configuration accordingly. The problem is that when I setup the parent permission, the check for child permissions wont work: I created the schema from scratch: --- cd 1.2.x.x_14.06.2008/cake/console $ ./cake schema run create DbAcl

RE: ACL inherit access not working

2008-06-14 Thread Christian Winther
RC1 / SVN HEAD of cake1.2 - and what dbo type? -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of elGEoRgE Sent: 15. juni 2008 01:11 To: CakePHP Subject: ACL inherit access not working I have 2 tables: users and groups. So I setup my aco/aro