Modify ↓
Ticket #1366 (closed enhancement: fixed)
Opened 7 years ago
Last modified 5 years ago
[patch] authz does not support groups
| Reported by: | Matthew Good <trac matt-good net> | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The authz support from #157 does not include group support.
The following patch will enable groups support, and should cover pretty much all authz scenarios. The included doctest should explain the rules that are followed.
The patch will also make sure that authz testing is turned off before trying to sync the cache to the repository.
Attachments
Change History
Changed 7 years ago by Matthew Good <trac matt-good net>
- Attachment authz_groups.diff added
comment:1 Changed 7 years ago by mrowe
- Resolution set to fixed
- Status changed from new to closed
Applied in [1450]. Thanks Matt.
Note: See
TracTickets for help on using
tickets.



Authz groups support