Thank you!
I've tried It but I have some trouble...
This is what I did:
1. Downloaded rbac.patch :-)
2. Patched <site-packages>/trac/wiki/web_ui.py
3. Modified trac.ini [wiki] with:
authz_svn_module_name = tracwiki
authorization_mode = require_all
authz_file = <mypath>/auth.trac
4. Created <mypath>/auth.trac file with:
+-------
[groups]
admin = luigi
[tracwiki:/]
* = r
[tracwiki:/TechnicalTips]
* =
@admin = a #give admin permission to the admin group.
+-------
(TechnicalTips is a Wiki page that already exists)
5. Restarted Apache.
When try to go in my default WikiStart page (as anonymous and luigi as
well) I get:
Error
No handler matched request to
What's the trouble?
Thanks in advance.
Luigi
Jesse Kempf wrote:
Yes. http://trac-hacks.org/wiki/WikiRbacPatch
It puts the subversion AuthZ file in control of managing permissions for
paths in the wiki.
This is still under active development, though I'm already using it.
Cheers,
-Jesse Kempf
VLSI Lab Systems Manager
Center for Integrated Electronics
Rensselaer Polytechnic Institute
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac