Ticket #191 (new defect)

Opened 3 years ago

Last modified 2 years ago

Error using RBAC

Reported by: luigi@lambrate.inaf.it Assigned to: 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

Change History

04/09/06 08:15:57 changed by mark@openmailadmin.org

  • release set to 0.8.
  • severity changed from blocker to normal.

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

04/09/06 08:16:46 changed by mark@openmailadmin.org

  • release changed from 0.8 to 0.9.

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

04/09/06 13:26:54 changed by coderanger

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.


Add/Change #191 (Error using RBAC)




Change Properties
Action