Installation guide
magnus.conf File Additions for Windows Platforms
190 Web Agent Installation Guide
magnus.conf File Additions for Windows Platforms
The following lines are added to the magnus.conf file on Windows platforms:
Init fn="load-modules" shlib="C:/Program Files/ca/webagent/bin/SunOneWebAgent.dll"
funcs="SmInitAgent,SmInitChild,SiteMinderAgent,SmRequireAuth,SmAdvancedAuth"
Init fn=SmInitAgent config="C:/iPlanet/Servers/https-server1/config/WebAgent.conf" errortext="Error initializing Web Agent..."
Init fn="SmInitChild" LateInit="yes"
Note: Some entries in your file may differ slightly from the example shown.
The additional lines instruct the web server to load the SiteMinder Web Agent
with the following NSAPI functions:
■
SmInitAgent
■
SiteMinderAgent
■
SmRequireAuth
■
SmAdvancedAuth
Code Added to the magnus.conf File on UNIX Platforms
The following lines are added to the magnus.conf file for UNIX platforms:
Init fn="load-modules" shlib="/usr/ca/siteminder/agents/bin/libSunOneWebAgent.so"
funcs="SmInitAgent,SmInitChild,SiteMinderAgent,SmRequireAuth,SmAdvancedAuth"
Init fn=SmInitAgent config="/usr/iPlanet/servers/https-yourserver/config/WebAgent.conf" errortext+"Error initializing Web Agent..."
Init fn="SmInitChild" LateInit=”yes”
These lines instruct the web server to load the SiteMinder Web Agent with the
following NSAPI functions:
■
SmInitAgent
■
SmInitChild
■
SiteMinderAgent
■
SmRequireAuth
■
SmAdvancedAuth