Wireless (for ISA550W and ISA570W only)

5

 

Using External Web-Hosted CGI Scripts

 

 

 

 

 

# If login successful

if ($res =~

/^success$/) {

$result

= 1;

}

 

# If login failed

if ($res =~

/^failed$/) {

$result

= 2;

}

 

# If logout

successful

if ($res =~

/^logoff$/) {

$result

= 3;

}

 

#If tried to login while already logged in if ($res =~ /^already$/) {

$result = 4;

}

#If not logged in yet

if ($res =~ /^notyet$/) { $result = 5;

}

#If login from smart client

if ($res =~ /^smartclient$/) { $result = 6;

}

#If requested a logging in pop up window if ($res =~ /^popup1$/) {

$result = 11;

}

#If requested a success pop up window

if ($res =~ /^popup2$/) { $result = 12;

}

#If requested a logout pop up window if ($res =~ /^popup3$/) {

$result = 13;

}

#Otherwise it was not a form request

#Send out an error message

if ($result == 0) {

print "Content-type: text/html\n\n

<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> <html>

<head>

<title>MySMB Login Failed</title>

<meta http-equiv=\"Cache-control\" content=\"no-cache\">

Cisco ISA500 Series Integrated Security Appliances Administration Guide

232

Page 232
Image 232
Casio ISA550WBUN3K9 manual Wireless for ISA550W and ISA570W only