kTestSiteMinder.sh

Use the kTestSiteMinder.sh script to determine whether SiteMinder is correctly configured with your PPM instance and can authenticate your account. If your siteminder.conf file is not configured correctly, then the file is not parsed, and the error "Unable to connect to SiteMinder Agent" is displayed. If you provide an invalid username or password, the message "User is failed for the authentication: 2" is displayed.

After a kTestSiteMinder.sh script run, the SiteMinder Agent API displays one of the following values:

NOCONNECTION = -3;
TIMEOUT = -2;
FAILURE = -1;
SUCCESS = 0;
YES = 1;
NO = 2;
CHALLENGE = 3;
UNRESOLVED = 4;