Changes between Version 86 and Version 87 of S3/S3AAA


Ignore:
Timestamp:
06/23/12 15:55:12 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v86 v87  
    167167==== System-wide Policy ====
    168168
    169 The system-wide permission model is configured as {{{security.policy}}} in deployment settings {{{models/000_config.py}}}. This defaults to simple authorization (security.policy = 1).
     169The system-wide permission model is configured as {{{security.policy}}} in deployment_settings in either {{{private/templates/<template>/config.py}}} or {{{models/000_config.py}}}. This defaults to simple authorization (security.policy = 1).
    170170
    171171To configure the system-wide policy to use ACLs, set {{{security.policy}}} to:
    172172
    173173{{{
    174 deployment_settings.security.policy = 3 # Apply Controller ACLs
     174settings.security.policy = 3 # Apply Controller ACLs
    175175}}}
    176176
     
    178178
    179179{{{
    180 deployment_settings.security.policy = 4 # Apply both Controller and Function ACLs
     180settings.security.policy = 4 # Apply both Controller and Function ACLs
    181181}}}
    182182
     
    184184
    185185{{{
    186 deployment_settings.security.policy = 5 # Apply Controller, Function and Table ACLs
     186settings.security.policy = 5 # Apply Controller, Function and Table ACLs
    187187}}}
    188188