Modify ↓
Opened 14 years ago
Last modified 4 years ago
#7493 new enhancement
[Patch] Add permission SVNAUTH_ADMIN to the module
Reported by: | Sergio Talens-Oliag | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | SvnAuthzAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I want to let the project managers to edit their projects' authz files, but I don't want them to have TRAC_ADMIN permission.
To be able to do that I've patched your plugin to add a SVNAUTHZ_ADMIN permission that lets them edit the file but nothing else (i. e. they can't add or change the Subversion reporitories or the authz file paths)
I'm attaching my current patch, haven't tested it much but seems to do what I want.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Summary: | Add permission SVNAUTH_ADMIN to the module → [Patch] Add permission SVNAUTH_ADMIN to the module |
---|
Changed 12 years ago by
Attachment: | svnauthadmin_permission.diff added |
---|
comment:2 Changed 11 years ago by
Owner: | changed from Kis Gergely to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 4 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
Patch to add the SVNAUTZ_ADMIN permission (updated)