Changes between Version 6 and Version 7 of TracModWSGI
- Timestamp:
- Jun 25, 2016, 8:15:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModWSGI
v6 v7 293 293 294 294 === 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: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`: 296 296 {{{#!apache 297 297 RemoteUserVar="WHATEVER_IT_SHOULD_BE" 298 298 SetRemoteUser="YES" 299 299 }}} 300 The specific variable is site-dependent. Ask your site administrator. If your site does not allow the use of LocalConfig.conffor security reasons, have your site administrator set the policy on the server to set REMOTE_USER.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. 301 301 302 302 Also add a !LogOffUri parameter to the agent configuration (e.g. `/trac/logout`).