Changes between Version 7 and Version 8 of TracFineGrainedPermissions


Игнорировать:
Время:
17 мар. 2016 г., 00:08:41 (11 лет назад)
Автор:
trac
Комментарий:

--

Обозначения:

Без изменений
Добавлено
Удалено
Изменено
  • TracFineGrainedPermissions

    v7 v8  
    2828=== !AuthzPolicy ===
    2929==== Configuration ====
    30 * Install [http://www.voidspace.org.uk/python/configobj.html ConfigObj].
    3130* 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.
    3231* Update your `trac.ini`:
     
    223222==== Trac Configuration ====
    224223
    225 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.
    226 
    227 {{{#!ini
    228 [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]
    229228authz_file = /path/to/svnaccessfile
    230229}}}
     
    239238
    240239{{{ #!ini
    241 [trac]
     240[svn]
    242241authz_file = /path/to/svnaccessfile
    243242authz_module_name = somemodule