Edgewall Software

Changes between Version 1 and Version 2 of AuthzPolicy


Ignore:
Timestamp:
Nov 12, 2009, 5:32:21 PM (14 years ago)
Author:
Christian Boos
Comment:

move the content from AuthzPolicyPlugin@2 here.

Legend:

Unmodified
Added
Removed
Modified
  • AuthzPolicy

    v1 v2  
    1 See AuthzPolicyPlugin.
     1= AuthzPolicy =
     2
     3Optional component for performing fine-grained permission checks on Trac resources.
     4
     5In Trac 0.11, this was a sample plugin, located in
     6[source:tags/trac-0.11.5/sample-plugins/permissions/authz_policy.py sample-plugins/permissions/authz_policy.py].
     7
     8In Trac 0.12, this became an optional component, that doesn't need to be installed
     9but has to be activated explicitly either using the Plugins administrative panel
     10or in the trac.ini:
     11{{{
     12[components]
     13tracopt.perm.authz_policy.* = enabled
     14}}}
     15
     16See also TracFineGrainedPermissions#AuthzPolicy.
     17
     18== Known Issues ==
     19[[TicketQuery(keywords=~authzpolicy,status=!closed,col=summary|keywords|version|milestone,format=table)]]