Changes between Version 23 and Version 24 of S3/S3AAA
- Timestamp:
- 01/17/11 11:21:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA
v23 v24 51 51 52 52 Every authenticated user gets automatically the '''Authenticated''' role assigned. This role assignment cannot be revoked. 53 == Simple Authorization == 54 55 Simple authorization means, that 56 57 - anonymous users have read-only permission 58 - authenticated users have full access 59 - the Administrator may additionally access the user management 60 61 This is the fallback model wherever there are no ACLs defined. 62 53 63 == ACLs == 54 64