Changes between Version 9 and Version 10 of TracUnixGroupsPlugin
- Timestamp:
- 02/14/11 02:25:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUnixGroupsPlugin
v9 v10 5 5 == Description == 6 6 7 The !TracUnixGroups plugin allows Trac to use the Unix group membership for permissions assignment. It is especially convenient if you host multiple trac project and want to use same groups across them without defining each group in every project.7 The !TracUnixGroups plugin allows Trac to use the Unix group membership for permissions assignment. It is especially convenient if you host multiple trac projects and want to use same groups across them without defining each group in every project. 8 8 9 The implementation is not very efficient - it is invoking 'groups' commandto fetch user groups. Perhaps it could be optimized to use system calls to fetch this data.9 Current implementation is not very efficient - it is invoking 'groups' command (which must be in PATH) to fetch user groups. Perhaps it could be optimized to use system calls to fetch this data. 10 10 11 11 The code is based on HtgroupsPlugin.

