Difference between revisions of "Help on Trac"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
Line 6: | Line 6: | ||
Warning: for TRAC, case-sensitiveness on authz.conf paths. | Warning: for TRAC, case-sensitiveness on authz.conf paths. | ||
+ | ---- | ||
+ | TRAC & Doxygen: | ||
+ | |||
+ | sudo trac-admin /srv/trac/tracASIBOTcoderepo permission add authenticated DOXYGEN_VIEW |
Revision as of 19:29, 16 July 2010
To integrate TRAC with Authz.conf, in trac.ini: (don't add this stuff to apache.conf)
[trac] authz_file = /(path_to_your)/authz.conf # ... more stuff ... permission_policies = AuthzSourcePolicy, ... more stuff ...
Warning: for TRAC, case-sensitiveness on authz.conf paths.
TRAC & Doxygen:
sudo trac-admin /srv/trac/tracASIBOTcoderepo permission add authenticated DOXYGEN_VIEW