Modify ↓
#1176 closed enhancement (wontfix)
System groups permissions
Reported by: | anonymous | Owned by: | daniel |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I would like to propose an RFE regarding the way trac permissions are grouped. I wish to use OS groups instead of recreating them in trac-admin. This way, all that is required to set user permissions is to assign system groups to trac roles. That way I would be able to reuse my OS groups and not have to redefine them and reassign users to groups again.
Thanks for considering this RFE, Eric
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Milestone: | 0.9 |
---|
Note:
See TracTickets
for help on using tickets.
This doesn't seem like a practial solution for managing Trac permissions. The Python modules for working with system groups are Unix-only, so a cross-platform implementation would be quite difficult. Also, this would mean that all users logging into Trac would have to have a system account on the webserver running the application. This may happen in some setups, but I think there will be a lot of situations in which the developers using Trac will not have any system account on the webserver.