Changes between Version 22 and Version 23 of S3/S3AAA


Ignore:
Timestamp:
01/17/11 11:19:40 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v22 v23  
    8989
    9090ACLs can be defined for controllers, or for particular functions inside controllers.[[BR]]
    91 ACLs can additionally be defined for database tables.
     91ACLs can additionally be defined for individual database tables.
    9292
    93 The controller ACLs are applied when the respective controller is set to {{{restricted=True}}} in {{{deployment_settings.modules}}} ({{{000_config.py}}}):
     93The controller ACLs are activated by setting the respective controller to {{{restricted=True}}} in {{{deployment_settings.modules}}} ({{{000_config.py}}}):
    9494
    9595{{{
     
    106106        ),
    107107}}}
     108
     109If {{{restricted}}} is {{{False}}} or not defined, then the controller falls back to simple authorization.
    108110
    109111The Controller ACL can be defined for all functions in a controller, or a particular function inside a controller, where the function-specific ACL overrides the general controller ACL. That means, you can define a general ACL for the {{{pr}}} controller, and a different one for the {{{pr/person}}} function.