Version 4 (modified by 10 years ago) (diff) | ,
---|
Contents
Assign permissions and validate trac users with UNIX / Linux system groups
Description
This is a permission system-group provider for Trac. It asks UNIX / Linux system to which groups a validated user belongs. If one of this groups matches a permission group name created with TRAC-ADMIN
permission add command, these permissions are enabled for the logged-on user.
Bugs/Feature Requests
Existing bugs and feature requests for TracSysgroupsPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracSysgroupsPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Example
There is no configuration to do. After installing this plugin Trac is able to validate an authorized user 'auser' against the unix system group entries belonging to UNIX system user 'auser'. The benefit is, that one can now create Trac groups named like system-groups and Trac will accept permissions attached to this group for a user, if the UNIX pendant of this username belongs to this group. This helps for example PAM users to avoid managing group permissions twice, here no autz file is needed anymore.
Recent Changes