HP (Hewlett-Packard) 8212ZL Switch User Manual


 
121
Enhancements
Release K.13.19 Enhancements
The reject_unauthvlan.html file is the Web page used to display login failures in which an unauthenti-
cated client is assigned to the VLAN configured for unauthorized client sessions. You can configure
the VLAN used by unauthorized clients with the aaa port-access web-based unauth-vid command when
you enable Web Authentication.
The WAUTHREDIRECTTIMEGET ESI inserts the value for the waiting time used by the switch to
redirect an unauthenticated client while the client renews its IP address and gains access to the VLAN
for unauthorized clients. This ESI should not be modified.
Figure 19. HTML Code for Invalid Credentials Page Template
<!--
ProCurve Web Authentication Template
reject_unauthvlan.html
-->
<html>
<head>
<title>Invalid Credentials</title>
<!-- The following line is required to automatically redirect -->
<meta http-equiv="refresh"content="<!- ESI(WAUTHREDIRECTTIMEGET, 1) ->;URL=<!
ESI(WAUTHREDIRECTURLGET, 1) ->"/>
</head>
<body>
<h1>Invalid Credentials</h1>
<p>Your credentials were not accepted. However, you have been granted gues
account status. Please wait <!- ESI(WAUTHREDIRECTTIMEGET, 1) -> seconds while netwo
r
connection refreshes itself.</p>
</body>
</html>