Changes between Version 6 and Version 7 of Trac Fine Grained Permissions


Ignore:
Timestamp:
Jul 18, 2015, 12:43:07 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Fine Grained Permissions

    v6 v7  
    222222==== Trac Configuration ====
    223223
    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]
     224To 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]
    228228authz_file = /path/to/svnaccessfile
    229229}}}
     
    238238
    239239{{{ #!ini
    240 [trac]
     240[svn]
    241241authz_file = /path/to/svnaccessfile
    242242authz_module_name = somemodule