Here's a longer example that DOES do Challenge Response and works with SecurID Authentication Managers. Make sure you have Open files based on content, not file extension turned off in IE, if it thinks this is supposed to be a regular HTML page instead of source. I think I have enough plain text lines at the top now to prevent that. -brett@silcon.com ------------------------------------------------------------------------------------ RSA Test "; print "" . $error . "
"; print "
"; } } ?> SecurID Challenge"; } else if ($challenge && (strcmp($challengeStatus, "WAIT") == 0)) { print "

SecurID Response Accepted

"; print "

" . $challengePrompt . "

"; } else if ($loginAccepted) { print "

SecurID Login Accepted

"; } else if (!isset($_POST['uname'])) { print "

SecurID Login

"; } else { print "

SecurID Login Failure

"; print "

Please try again

"; print "(if after two tries, you're still getting a failure, try just your token code)"; } ?>
method=POST> Username:
Password:


Response: