Opened 17 years ago
Closed 14 years ago
#6696 closed enhancement (duplicate)
inheriting defaultpermissions store
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.10.4 |
Severity: | normal | Keywords: | permissions |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
HI there,
I have multiple tracs (more than a dozen) for one client, and i want to be able to change one trac permissions list and have them all change, so is there someway of inheriting all those permissions?? changing the defaultPermissionstore somehow? I don't really want to use LDAP.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Summary: | inhierting defaultpermissions store → inheriting defaultpermissions store |
follow-up: 5 comment:2 by , 17 years ago
Component: | general → trac-admin |
---|---|
Keywords: | permissions added |
Milestone: | → 0.12 |
Owner: | changed from | to
For sharing permissions across different environments, there could perhaps be a trac-admin command to dump the permissions to a file, then load such file to other environments. This is already possible to do at the SQL level, but in a non-portable way, so a trac-admin command would be useful.
In the future, the simplest way to share permissions across projects will be to have multiple projects in a single environment: in that case, there will be only one permission store.
comment:4 by , 16 years ago
Type: | task → enhancement |
---|
comment:5 by , 14 years ago
Milestone: | next-major-0.1X |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Replying to cboos:
For sharing permissions across different environments, there could perhaps be a trac-admin command to dump the permissions to a file, then load such file to other environments. This is already possible to do at the SQL level, but in a non-portable way, so a trac-admin command would be useful.
In the meantime a ticket has been created for this: #8489.
(fixed typos)