From 09de5bcc0b3b310284f08c508f9074c21b68e817 Mon Sep 17 00:00:00 2001 From: jdegraeve Date: Wed, 8 Feb 2006 21:28:43 +0000 Subject: [PATCH] Add secure-id example to the repository git-svn-id: https://svn.m0n0.ch/wall/trunk@64 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- captiveportal/securid_radius.txt | 120 +++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 captiveportal/securid_radius.txt diff --git a/captiveportal/securid_radius.txt b/captiveportal/securid_radius.txt new file mode 100644 index 0000000..6552877 --- /dev/null +++ b/captiveportal/securid_radius.txt @@ -0,0 +1,120 @@ +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:
+ +
+ + +
+ + -- 2.43.0