Edgewall Software

Changes between Version 77 and Version 78 of TracModWSGI


Ignore:
Timestamp:
May 7, 2016, 3:33:42 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Fix link to missing page.

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v77 v78  
    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`).