Edgewall Software

Version 1 (modified by Christian Boos, 12 years ago) ( diff )

brief summary about this permission policy

AuthzSourcePolicy

This is the name of a permission policy enforcing access control in the TracBrowser and other source code access modules, implementing the same rules as Subversion's mod_authz_svn.so Apache module.

The syntax of the file used for configuring the access permissions and the operation mode of this policy are described in the Path-Based Authorization section of the Version Control with Subversion book.

In order to enable this policy, you need to edit the <tracenv>/conf/trac.ini file, and put in your [trac] section something like:

[trac]
authz_file = svn-authz.conf
;authz_module_name = somemodule

permission_policies = AuthzPolicy,
 DefaultPermissionPolicy,
 LegacyAttachmentPolicy

See the TracIni#trac-section part for details about those settings.

See also: TracFineGrainedPermissions#AuthzSourcePolicy, AuthzSource

Note: See TracWiki for help on using the wiki.