Ticket #834 (closed enhancement: fixed)
Complete ACL management
| Reported by: | utopiste | Owned by: | athomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | permission |
| Cc: | fabien@…, mark@… |
Description
The Authz support inside trac do some work, we have some wiki not official patch, but we need a more robust ACL system.
Username or groups | Module | Item | Permission -------------------+---------+------------+-------------- utopiste | browser | /path/ | ReadWrite utopiste | report | 4 | Read utopiste | wiki | /secret | utopiste | wiki | /public | ReadWrite cmlenz | browser | /branches/ | ReadWrite authentified | ticket | | ReadWrite anonymous | | | ReadOnly anonymous | wiki | /public | ReadWrite
The AuthzPerm? class will be moving to a ACL class and trac will provide import support to load the auth_mod_authz file inside the db. in the first we can provide a trac-admin interface, but for the 1.0 version a web management interface can be created.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


