Changes between Version 16 and Version 17 of FineGrainedPageAuthzEditorPlugin


Ignore:
Timestamp:
Mar 7, 2012, 6:01:24 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added formatting.

Legend:

Unmodified
Added
Removed
Modified
  • FineGrainedPageAuthzEditorPlugin

    v16 v17  
    3030The list of users are obtained form the account_manager object that will could have read them from password_file specified under the account-manager section.
    3131
     32{{{
    3233[account-manager]
    33 
    3434password_file = /some/project/directory/users
    35 
    36 
     35}}}
    3736
    3837For the group file it is looked for under the account-manager section and the name group_file.  If this fails it then looks under the htgroups section.
    3938
    40 
     39{{{
    4140[account-manager]
    42 
    4341group_file = /some/project/directory/groups
     42}}}
    4443
    4544or
    4645
     46{{{
    4747[htgroups]
    48 
    4948group_file = /some/project/directory/groups
    50 
     49}}}
    5150
    5251The authz policy file name is under the authz_policy policy section and the name authz_file.
    5352
     53{{{
    5454[authz_policy]
    55 
    5655authz_file = /some/project/directory/authzpolicy.conf
    57 
     56}}}
    5857
    5958== Dependencies ==