Update:Remora Permissions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Intro = | = Intro = | ||
Before you continue reading this, [http://manual.cakephp.org/chapter/acl RTFM on ACLs]. | Before you continue reading this, [http://manual.cakephp.org/chapter/acl RTFM on ACLs]. |
Revision as of 20:38, 5 October 2006
Intro
Before you continue reading this, RTFM on ACLs.
Definitions
- ACL - Access Control List, this is our list of "what can access what", and is controlled by the aros_acos table.
- ARO - Access Request Object, this is typically a user or any other entity that wants access to something. Data is found in the aros table.
- ACO - Access Control Object, this is an object that people get access to, like an addon record, category edit, etc. Data is found in the acos table.
From the Cake manual:
ACL is what is used to decide when an ARO can have access to an ACO.