HP 3600 v2 Series Security Configuration Manual page 151

Hide thumbs Also See for 3600 v2 Series:
Table of Contents

Advertisement

Rules on file size and contents
For the system to push customized authentication pages smoothly, you need comply with the following
size and content requirements on authentication pages.
The size of the zip file of each set of authentication pages, including the main authentication pages
and the page elements, must be no more than 500 KB.
The size of a single page, including the main authentication page and its page elements, must be
no more than 50 KB before being compressed.
Page elements can contain only static contents such as HTML, JS, CSS, and pictures.
Logging off a user who closes the logon success or online page
After a user passes authentication, the system pushes the logon success page named logonSuccess.htm.
If the user initiates another authentication through the logon page, the system pushes the online page
named online.htm. You can configure the device to forcibly log off the user when the user closes either of
these two pages. To do so, add the following contents in logonSuccess.htm and online.htm:
Reference to JS file pt_private.js.
1.
Function pt_unload(), which is used to trigger page unloading.
2.
Function pt_submit(), the event handler function for Form.
3.
Function pt_init(), which is for triggering page loading.
4.
The following is a script example with the added contents highlighted in gray:
<html>
<head>
<script type="text/javascript" language="javascript" src="pt_private.js"></script>
</head>
<body onload="pt_init();" onbeforeunload="return pt_unload();">
... ...
<form action=logon.cgi method = post onsubmit="pt_submit()">
... ...
</body>
</html>
Redirecting authenticated users to a specified web page
To make the device automatically redirect authenticated users to a specified web page, do the following
in logon.htm and logonSuccess.htm:
In logon.htm, set the target attribute of Form to blank.
1.
See the contents in gray:
<form method=post action=logon.cgi target="blank">
Add the function for page loading pt_init() to logonSucceess.htm.
2.
See the contents in gray:
<html>
<head>
<title>LogonSuccessed</title>
<script type="text/javascript" language="javascript" src="pt_private.js"></script>
</head>
<body onload="pt_init();" onbeforeunload="return pt_unload();">
140

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

A3100-48 v2

Table of Contents