Modify

Opened 19 years ago

Closed 12 years ago

#191 closed defect (wontfix)

Error using RBAC

Reported by: luigi@… 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 mark@…

Severity: blockernormal
Trac Release: 0.8

Check whether you have started httpd with -D SVN_AUTHZ or whatever enables svn_authz module in your installation.

comment:2 Changed 19 years ago by mark@…

Trac Release: 0.80.9

(huch... Release was set by accident.)

comment:3 Changed 19 years ago by Noah Kantrowitz

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 Ryan J Ollos

Resolution: wontfix
Status: newclosed

The patch is deprecated. See t:TracFineGrainedPermissions for support in the Trac core.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain puffy.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.