Difference between revisions of "Help on Trac"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
(Created page with 'To integrate TRAC with Authz.conf, in trac.ini: [trac] authz_file = /(path_to_your)/authz.conf # ... more stuff ... permission_policies = AuthzSourcePolicy, ... more stuff …')
 
Line 1: Line 1:
To integrate TRAC with Authz.conf, in trac.ini:  
+
To integrate TRAC with Authz.conf, in trac.ini: (don't add this stuff to apache.conf)
 
  [trac]  
 
  [trac]  
 
  authz_file = /(path_to_your)/authz.conf
 
  authz_file = /(path_to_your)/authz.conf
 
  # ... more stuff ...
 
  # ... more stuff ...
 
  permission_policies = AuthzSourcePolicy, ... more stuff ...
 
  permission_policies = AuthzSourcePolicy, ... more stuff ...

Revision as of 18:13, 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 ...