Installation guide

obj.conf File Additions for Windows Platforms
192 Web Agent Installation Guide
The line that begins NameTrans fn="pfx2dir"
from="/siteminderagent/certoptional" is added if you chose to configure a
certificate based authentication scheme.
The line that reads PathCheck fn="SmRequireAuth" is added to any existing
PathCheck lines in the default object. It verifies that the user is authorized to
perform the requested action on the requested resource.
The line that reads PathCheck fn="get-client-cert" dorequest="1" is added
if, during configuration, you indicated that the Web Agent would support
advanced authentication schemes. It supports the use of certificate,
certificate plus basic, and certificate and forms authentication schemes.
The line that reads PathCheck fn="get-client-cert" require="0"
dorequest="1" is added if, during configuration you indicated during
installation that the Web Agent would support advanced authentication
schemes. It supports the use of certificate or basic or the certificate or forms
authentication schemes.
Note: Both PathCheck lines for advanced authentication should be
commented out for "Basic Auth over SSL."
The lines that begin Service method are added to instruct the Web server
what to do with the MIME types.
The lines that read NameTrans fn="assign-name" from="*.jsp*"
name="myservletengine" and NameTrans fn="assign-name"
from="/servlet/*" name="myservletengine"create mappings for the Agent
to support SiteMinder‘s Password Services.