0 answers
0 votes
What is the use of the AcoAction model?
I'm working on coding up a nice interface for adding/removing ACOs, and granting/revoking permissions on them for the AROs in my database. I have a functioning system, but it definitely could use some polishing.
With that context in mind, what is...
1 answer
0 votes
aco & aro
hi guys!!
m really new to php-cake and security world . can you please explain me about ACL,ACO, ARO . What I know is just that ACL is Access Control List, ACO is access controlled object & know nothing about ARO. Can you please clear picture of...
1 answer
0 votes
How to delete a aco node by ID
How is the syntax to delete a aco node with the shell. Not by alias but by id???
Background: I created two acos with the same alias ... now I want to delete one of them ...
I tried several things:
cake acl delete aco 99
cake acl delete aco...
1 answer
0 votes
Subdomain as ACO w/ ACL .. Need some input
So a little background. I'm working on a site which has a centralized admin section (for 'super' users). and has sub-domain user sites(e.g. something.site.com) which also have they're own user specific admin area . I've got my ACL's setup for...