HP 5120 EI Switch Series Configuration Manual page 125

Hide thumbs Also See for 5120 EI Switch Series:
Table of Contents

Advertisement

Table 9 Main authentication page file names
Main authentication page
Logon page
Logon success page
Logon failure page
Online page
Pushed after the user gets online for online notification
System busy page
Pushed when the system is busy or the user is in the logon process
Logoff success page
NOTE:
You can define the names of the files other than the main authentication page files. The file names and
directory names are case-insensitive.
Rules on page requests
The local portal server supports only Post and Get requests.
Get requests are used to get the static files in the authentication pages and allow no recursion. For
example, if file Logon.htm includes contents that perform Get action on file ca.htm, file ca.htm
cannot include any reference to file Logon.htm.
Post requests are used when users submit username and password pairs, log on the system, and log
off the system.
Rules on Post request attributes
Observe the following requirements when editing a form of an authentication page:
1.
An authentication page can have multiple forms, but there must be one and only one form whose
action is logon.cgi. Otherwise, user information cannot be sent to the local portal server.
The username attribute is fixed as PtUser, and the password attribute is fixed as PtPwd.
Attribute PtButton is required to indicate the action that the user requests, which can be Logon or
Logoff.
A logon Post request must contain PtUser, PtPwd, and PtButton attributes.
A logoff Post request must contain the PtButton attribute.
Authentication pages logon.htm and logonFail.htm must contain the logon Post request.
2.
The following example shows part of the script in page logon.htm.
<form action=logon.cgi method = post >
<p>User
name:<input
maxlength=64>
<p>Password
maxlength=32>
<p><input type=SUBMIT value="Logon" name = "PtButton" style="width:60px;">
</form>
Authentication pages logonSuccess.htm and online.htm must contain the logoff Post request.
3.
type="text"
:<input
type="password"
name
=
"PtUser"
name
=
"PtPwd"
115
File name
logon.htm
logonSuccess.htm
logonFail.htm
online.htm
busy.htm
logoffSuccess.htm
style="width:160px;height:22px"
style="width:160px;height:22px"

Advertisement

Table of Contents
loading

Table of Contents