Edgewall Software

Changes between Version 74 and Version 75 of TracModWSGI


Ignore:
Timestamp:
Jan 7, 2016, 10:48:42 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Format code block.

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v74 v75  
    294294=== Using CA !SiteMinder Authentication
    295295Setup 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:
    296 {{{
     296{{{#!apache
    297297RemoteUserVar="WHATEVER_IT_SHOULD_BE"
    298298SetRemoteUser="YES"
     
    335335{{{#!apache
    336336<Location /authFile>
    337    …HTTP authentication configuration…
     337   # HTTP authentication configuration
    338338   Require valid-user
    339339</Location>