Brocade Communications Systems RFS6000 System Reference Manual page 144

Provides centralized wireless lan (wlan) configuration and management
Hide thumbs Also See for RFS6000:
Table of Contents

Advertisement

4
Viewing and configuring controller WLANs
Custom pages
The critical required components for a customized login, welcome and failed page includes:
Login Page
The login.html page is presented to all unauthenticated users when they connect to the hotspot.
The critical part of this login page is a HTML form which must be included to present the username
and password to the controller.
The following examples show both raw and formatted HTML. You'll need to put this in a table
somewhere in the custom login page and include text, such as username/ password etc.
Raw HTML Example
Formatted HTML Example
Welcome Page
The welcome.html page displays upon successful authentication. On the welcome page, you'll want
to include a simple welcome message, as well as the following URL allowing users to manually
disconnect from the hotspot.
Failed Page
The failed page is presented to users who fail authentication or enter incorrect login information.
On this page you can include support information, a link to sign-up for service (assuming the
external server is included in the allowed list) as well as a URL to re-attempt authentication.
130
-rw-
3866
Wed Sep 24 12:23:20 2008
-rw-
1601
Wed Sep 24 12:38:15 2008
-rw-
672
Wed Sep 24 12:23:20 2008
-rw-
2688
Wed Sep 24 12:21:50 2008
-rw-
2608
Wed Sep 24 12:38:15 2008
<form name="frmLogin" id="frmLogin" action="/cgi-bin/hslogin.cgi"
method="POST" >
<input type="text" size="20" name="f_user">
<input type="password" size="20" name="f_pass">
<input type="submit" name="submit" value="Log In">
</form>
<table border="0">
<form name="frmLogin" id="frmLogin" action="/cgi-bin/hslogin.cgi"
method="POST" >
<tr><td><b>Username:</b></td><td><input type="text" size="20"
name="f_user"></td></tr>
<tr><td><b>Password:</b></td><td><input type="password" size="20"
name="f_pass"></td></tr>
<tr><td colspan="2" align="center"><input type="submit" name="submit"
value="Log In"></td></tr>
</form>
</table>
<a href="/cgi-bin/hslogout.cgi">Disconnect</a>
<a href="/wlan4/login.html">Try Again</a>
bg_footer.jpg
welcome.html
bg_body.jpg
mainstyle.css
login.html
Brocade Mobility RFS6000 and RFS7000 System Reference Guide
53-1001858-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rfs7000

Table of Contents