From: jdegraeve Date: Wed, 8 Feb 2006 21:28:43 +0000 (+0000) Subject: Add secure-id example to the repository X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09de5bcc0b3b310284f08c508f9074c21b68e817;p=m0n0chwall.git Add secure-id example to the repository git-svn-id: https://svn.m0n0.ch/wall/trunk@64 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- 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:
+ +
+ + +
+ +