Changes between Version 6 and Version 7 of Trac Fine Grained Permissions
- Timestamp:
- Jul 18, 2015, 12:43:07 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Fine Grained Permissions
v6 v7 222 222 ==== Trac Configuration ==== 223 223 224 To activate granular permissions you __must__ specify the {{{authz_file}}} option in the {{{[trac]}}}section of trac.ini. If this option is set to null or not specified, the permissions will not be used.225 226 {{{#!ini 227 [ trac]224 To activate granular permissions you __must__ specify the {{{authz_file}}} option in the `[svn]` section of trac.ini. If this option is set to null or not specified, the permissions will not be used. 225 226 {{{#!ini 227 [svn] 228 228 authz_file = /path/to/svnaccessfile 229 229 }}} … … 238 238 239 239 {{{ #!ini 240 [ trac]240 [svn] 241 241 authz_file = /path/to/svnaccessfile 242 242 authz_module_name = somemodule