Modify ↓
Opened 19 years ago
Closed 12 years ago
#191 closed defect (wontfix)
Error using RBAC
Reported by: | Owned by: | puffy | |
---|---|---|---|
Priority: | high | Component: | WikiRbacPatch |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
I've installed WikiRbac patch. It patched web_ui.py and added rbac.py. I've configured my trac.ini:
[wiki] authz_svn_module_name = tracwiki ignore_missing_pages = false authz_file = <my path>/auth.trac authorization_mode = require_all
and I've created my auth.trac file:
[groups] admin = luigi, paolo, marcos [tracwiki:/WikiStart] * = r
Then I've restarted Apache. Now when I go to the home page of my Trac project (I mean my WikiStart page) I have this error in my page:
Error No handler matched request to
What's the problem?
I use Trac 0.9.2.
Thanks
Attachments (0)
Change History (4)
comment:1 Changed 19 years ago by
Severity: | blocker → normal |
---|---|
Trac Release: | → 0.8 |
comment:3 Changed 19 years ago by
Mark, this has nothing to do with subversion's authz, that is used in the subversion DAV system, which Trac doesn't touch at all.
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The patch is deprecated. See t:TracFineGrainedPermissions for support in the Trac core.
Note: See
TracTickets for help on using
tickets.
Check whether you have started httpd with
-D SVN_AUTHZ
or whatever enablessvn_authz
module in your installation.