164
1 -rw- 1405 Feb 28 2008 15:53:20 ssid1.zip
0 -rw- 1405 Feb 28 2008 15:53:31 ssid2.zip
2 -rw- 1405 Feb 28 2008 15:53:39 ssid3.zip
3 -rw- 1405 Feb 28 2008 15:53:44 ssid4.zip
2540 KB total (1319 KB free)
Redirecting authenticated users to a specific webpage
To make the device automatically redirect authenticated users to a specific webpage, do the
following in logon.htm and logonSuccess.htm:
1.
In logon.htm, set the target attribute of Form to
_blank
.
See the contents in gray:
<form method=post action=logon.cgi target="_blank">
2.
Add the function for page loading pt_init() to logonSucceess.htm.
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();">
... ...
</body>
</html>
Configuring a local portal Web server
Perform the following tasks for the local portal Web server to support HTTPS:
•
Configure a PKI policy, obtain the CA certificate, and request a local certificate. For more
information, see "
•
Configure an SSL server policy, and specify the PKI domain configured in the PKI policy. For
more information, see "
."
To configure a local portal Web server:
Step Command
Remarks
1.
Enter system view.
system-view
N/A
2.
Create a local portal Web
server and enter its view.
portal local-web-server
{
http
|
https ssl-server-policy
policy-name
}
By default, no local portal Web
servers exist.
3.
Specify the default
authentication page file for
the local portal Web server.
default-logon-page filename
By default, no default
authentication page file is
specified for the local portal Web
server.
4.
(Optional.) Configure the
listening TCP port for the
local portal Web server.
tcp-port port-number
By default, the HTTP service
listening port number is 80 and the
HTTPS service listening port
number is 443.
5.
(Optional.) Bind the endpoint
type to an authentication
page file.
logon-page bind device-type
type-name
file
file-name
By default, no endpoint type is
bound to an authentication page
file.
Содержание FlexFabric 5940 SERIES
Страница 251: ...238 ...