Changes between Version 6 and Version 7 of TracModWSGI


Ignore:
Timestamp:
Jun 25, 2016, 8:15:23 PM (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v6 v7  
    293293
    294294=== Using CA !SiteMinder Authentication
    295 Setup CA !SiteMinder to protect your Trac login URL (e.g. `/trac/login`).  Also, make sure the policy is set to include the HTTP_REMOTE_USER variable.  If your site allows it, you can set this in LocalConfig.conf:
     295Setup CA !SiteMinder to protect your Trac login URL (e.g. `/trac/login`).  Also, make sure the policy is set to include the HTTP_REMOTE_USER variable.  If your site allows it, you can set this in `LocalConfig.conf`:
    296296{{{#!apache
    297297RemoteUserVar="WHATEVER_IT_SHOULD_BE"
    298298SetRemoteUser="YES"
    299299}}}
    300 The specific variable is site-dependent.  Ask your site administrator.  If your site does not allow the use of LocalConfig.conf for security reasons, have your site administrator set the policy on the server to set REMOTE_USER.
     300The specific variable is site-dependent.  Ask your site administrator.  If your site does not allow the use of `LocalConfig.conf` for security reasons, have your site administrator set the policy on the server to set REMOTE_USER.
    301301
    302302Also add a !LogOffUri parameter to the agent configuration (e.g. `/trac/logout`).