Changes between Version 7 and Version 8 of TracFineGrainedPermissions
- Время:
- 17 мар. 2016 г., 00:08:41 (11 лет назад)
Обозначения:
- Без изменений
- Добавлено
- Удалено
- Изменено
-
TracFineGrainedPermissions
v7 v8 28 28 === !AuthzPolicy === 29 29 ==== Configuration ==== 30 * Install [http://www.voidspace.org.uk/python/configobj.html ConfigObj].31 30 * 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. 32 31 * Update your `trac.ini`: … … 223 222 ==== Trac Configuration ==== 224 223 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]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] 229 228 authz_file = /path/to/svnaccessfile 230 229 }}} … … 239 238 240 239 {{{ #!ini 241 [ trac]240 [svn] 242 241 authz_file = /path/to/svnaccessfile 243 242 authz_module_name = somemodule