Edgewall Software

Opened 14 years ago

Last modified 8 years ago

#9573 closed defect

docs on fine-grained permissions don't warn that groups cannot be used in authz file — at Version 2

Reported by: abeld@… 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 Ryan J Ollos <ryano@…>)

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.

Change History (2)

comment:1 by Christian Boos, 14 years ago

Keywords: documentation added
Milestone: next-minor-0.12.x

You're welcome to fix the documentation in the wiki directly.

The problem itself is discussed in #5648.

comment:2 by Ryan J Ollos <ryano@…>, 12 years ago

Description: modified (diff)
Keywords: authzpolicy added
Note: See TracTickets for help on using tickets.