#9573 closed defect (fixed)
docs on fine-grained permissions don't warn that groups cannot be used in authz file
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 0.12.4 |
Component: | general | Version: | 0.12-stable |
Severity: | normal | Keywords: | documentation authzpolicy |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The documentation at TracFineGrainedPermissions does not mention the fact that group names used by trac are not automatically useable in the authz file.
As described on TracPermissions groups in trac's permission system can be created by simply assinging somebody to the group. So, if I "give" 'joeuser' the permission 'trusted-user' permission, I have automatically created the 'trusted-user' group. However, if I use 'trusted-user' in the authz file, it will be ignored, I have to use 'joeuser', or list all groups again in a '[groups]' section in the authz file.
This should at least be mentioned in the docs describing the fine-grained permissions, or, even better, the implementation should be fixed to also use the groups defined in trac in the old-style way.
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
Keywords: | documentation added |
---|---|
Milestone: | → next-minor-0.12.x |
comment:2 by , 12 years ago
Description: | modified (diff) |
---|---|
Keywords: | authzpolicy added |
comment:3 by , 12 years ago
wiki:TracFineGrainedPermissions?action=diff&version=41&old_version=39
After I fell into the trap I wrote something. You may close this ticket now.
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
You're welcome to fix the documentation in the wiki directly.
The problem itself is discussed in #5648.