Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of TracFineGrainedPermissions


Ignore:
Timestamp:
08/22/11 13:23:41 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFineGrainedPermissions

    v1 v2  
    1616 - Install [http://www.voidspace.org.uk/python/configobj.html ConfigObj] (required).
    1717 - Copy authz_policy.py into your plugins directory.
    18  - Put a [http://swapoff.org/files/authzpolicy.conf authzpolicy.conf] file somewhere (preferably on a secured location on the server, not readable for others than the webuser.
     18 - Put a [http://swapoff.org/files/authzpolicy.conf authzpolicy.conf] file somewhere, preferably on a secured location on the server, not readable for others than the webuser. If the  file contains non-ASCII characters, the UTF-8 encoding should be used.
    1919 - Update your `trac.ini`:
    2020   1. modify the [TracIni#trac-section permission_policies] entry in the `[trac]` section
     
    139139
    140140----
    141 See also: TracPermissions
    142 http://trac-hacks.org/wiki/FineGrainedPageAuthzEditorPlugin for a simple editor plugin.
     141See also: TracPermissions,
     142[http://trac-hacks.org/wiki/FineGrainedPageAuthzEditorPlugin TracHacks:FineGrainedPageAuthzEditorPlugin] for a simple editor plugin.