Changes between Version 51 and Version 52 of S3/S3AAA
- Timestamp:
- 01/25/11 11:38:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA
v51 v52 77 77 ||auth.permission.DELETE||0x08||may delete records|| 78 78 79 ACLs are combinations of these bits (by logicalOR), e.g. an ACL with the value 0x06 defines permissions to read and update records, while no permission to add or to delete any records.79 ACLs are combinations of these bits (by bitwise OR), e.g. an ACL with the value 0x06 defines permissions to read and update records, while no permission to add or to delete any records. 80 80 81 81 ACLs are stored per role and request destination in the {{{s3_permission}}} table, which is defined by the {{{S3Permission}}} class (in {{{modules/s3/s3aaa.py}}}).