Cisco WebAuth - Modifying default "login.htm"

From: spycharlies <spycharlies_at_gmail.com>
Date: Mon, 30 Aug 2010 13:11:05 -0600

Hello Gurus...

...Am currently testing Wired Web Authentication for guest access (users who
fails dot1x and mab) on a Cisco platform

I am using the Cisco's "Sample Customize Page" for webauth which just
prompts for Username and Password... Its OK but of course not very user
friendly...

Without Implementing Cisco NGS, is it possible to modify the "login.htm" ;
so that login request can be redirected to an external web server (say
192.168.10.254) OR my vpn server with url (https://vpn.spycharlies.com)

My dACL is "permit any any", so no issue there...below is my current
login.htm script

==

<HTML><HEAD><TITLE>Authentication Proxy Login Page</TITLE>
<script language="JavaScript"><!-- Begin
var pxypromptwindow1;
var pxysubmitted = false;
function doreload() {
if(pxypromptwindow1.closed)
{window.location.reload(true);
} else {reloadtimeout=setTimeout("doreload()", 300);}
}
function submitreload() {
if(pxysubmitted == false)
{pxypromptwindow1=window.open('',
'pxywindow1','resizable=no,width=300,height=300,scrollbars=yes');reloadtimeout=setTimeout("doreload()",
1000);pxysubmitted = true;return true;
} else {
alert("This page can not be submitted twice.");
return false;
}
} // -->
</script> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#ffcc00" ALINK="#ffffff" VLINK="#ffcc00" >
<H1> <BR><BR>
<FORM method=post action="/" target="pxywindow1">
<input type=hidden name=au_pxytimetag value="612790020">Username: <input
type=text name=uname>
<BR><BR>
Password: <input type=password name=pwd>
<BR><BR><input type=submit name=ok value=OK onClick="return submitreload()">
</H1></FORM></script></BODY></HTML>

===

Any suggestions or a sample working template Appreciated !

Many thanks,

Charlie

Blogs and organic groups at http://www.ccie.net
Received on Mon Aug 30 2010 - 13:11:05 ART

This archive was generated by hypermail 2.2.0 : Wed Sep 01 2010 - 11:20:53 ART