Changes between Version 15 and Version 16 of UnixGroupsPlugin


Ignore:
Timestamp:
Oct 1, 2016, 9:01:23 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • UnixGroupsPlugin

    v15 v16  
    66
    77This plugin allows permissions to be assigned based on UNIX system groups.
     8
     9Example:
     10
     11{{{#!sh
     12trac-admin /path/to/env
     13> permissions add wheel TRAC_ADMIN
     14}}}
    815
    916== Bugs/Feature Requests
     
    3138General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3239
    33 == Example
    34 
    35 {{{#!sh
    36 trac-admin /path/to/env
    37 > permissions add wheel TRAC_ADMIN
    38 }}}
    39 
    4040== Recent Changes
    4141