In the Aliases section of the file, entries are added to enable SiteMinder features.
Note the following:
Password Services
Alias /siteminderagent/pwcgi/ "<web_agent_home/pw/>" <Directory "/export/webagent/pw/"> Options Indexes MultiViews ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> Alias /siteminderagent/pw/ "<web_agent_home>/pw/" <Directory "/export/webagent/pw/"> Options Indexes MultiViews ExecCGI AllowOverride None Order allow,deny Allow from all </Directory>
Basic over SSL authentication
AliasMatch /siteminderagent/nocert/[0-9]+/(.*) "<web_agent_home>/$1" <Directory "<web_agent_home>/$1"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
X509 Client Cert or X509 Client Cert and Basic authentication
AliasMatch /siteminderagent/cert/[0-9]+/(.*) "<web_agent_home>/$1" <Directory "<web_agent_home>/$1"> Options Indexes AllowOverride None Order allow,deny Allow from all </Directory>
X509 Client Cert or Basic authentication
AliasMatch /siteminderagent/certoptional/[0-9]+/(.*) "<web_agent_home>/$1" <Directory "<web_agent_home>/$1" Options Indexes AllowOverride None Order allow,deny Allow from all </Directory>
X509 Certificate or Form or X509 Client Cert and Form authentication
Alias /siteminderagent/certoptional/"<web_agent_home>/ samples/" <Directory "<web_agent_home>/samples/" Options Indexes AllowOverride None Order allow,deny Allow from all </Directory>
Forms authentication or Agent is cookie provider for single sign-on
Alias /siteminderagent/ "<web_agent_home>/samples/" <Directory "/export/webagent/samples/"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
Note: This is the alias that should be placed at the end of the section.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |