I haven't been able to get it to work as advertised. I believe that (short of the documentation being wrong), it is a bug.
Chris. On Oct 29, 5:23 am, Jeremy Burns | Class Outfit <[email protected]> wrote: > Anybody else got any more ideas on this? Anyone using it with success? > > Jeremy Burns > Class Outfit > > [email protected] > (t) +44 (0) 208 123 3822 > (m) +44 (0) 7973 481949 > Skype: jeremy_burnshttp://www.classoutfit.com > > On 27 Oct 2010, at 17:10, Jeremy Burns | Class Outfit wrote: > > > > > I wish that were the case, but the guide then gives an example of the aros > > table, which only includes > > groups:http://book.cakephp.org/view/1547/Acts-As-a-Requester > > > Jeremy Burns > > Class Outfit > > > [email protected] > >http://www.classoutfit.com > > > On 27 Oct 2010, at 13:41, cricket wrote: > > >> On Tue, Oct 26, 2010 at 4:40 PM, Jeremy Burns > >> <[email protected]> wrote: > >>> According to the online tutorial: > > >>> " > >>> In case we want simplified per-group only permissions, we need to > >>> implement bindNode() in User model. > >>> Code View > > >>> function bindNode($user) { > >>> return array('Group' => array('id' => $user['User']['group_id'])); > >>> } > > >>> function bindNode($user) { > >>> return array('Group' => array('id' => $user['User'] > >>> ['group_id'])); > >>> } > > >>> This method will tell ACL to skip checking User Aro's and to check > >>> only Group Aro's. > >>> " > > >>> I've done this but I'm still getting users added to the aros table. > >>> What am I missing? > > >> I believe that's normal. Users will still be present in aros but the > >> point is that ACL won't /check/ User, but Group. > > >> Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > >> with their CakePHP related questions. > > >> 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 > >> athttp://groups.google.com/group/cake-php?hl=en > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > > with their CakePHP related questions. > > > 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 > > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
