Modify ↓
#1366 closed enhancement (fixed)
[patch] authz does not support groups
Reported by: | Matthew Good <trac matt-good net> | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (1)
Change History (2)
by , 20 years ago
Attachment: | authz_groups.diff added |
---|
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in [1450]. Thanks Matt.
Note:
See TracTickets
for help on using tickets.
Authz groups support