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 the user's groups matches a permission group name created with TRAC_ADMIN
permission add command, these permissions are enabled for the logged-on user.
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 authz file is needed anymore.
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.
Recent Changes