MSM7xx Controllers Configuration Guide v6.4.0

3. Add the following entries to the Configured attributes table on the Public access >
Attributes page. (You can also define these attributes in the RADIUS profile for the
controller if you are using a RADIUS server.)
login-url=web_server_URL/newlogin/login.html?loginurl=%l
transport-page=web_server_URL/newlogin/transport.html
session-page=web_server_URL/newlogin/session.html
fail-page=web_server_URL/newlogin/fail.html
logo=web server URL/newlogin/logo.gif
access-list=loginserver,ACCEPT,tcp,web_server_IP_address
use-access-list=loginserver
4. Customize login.html to accept username and password information from users
and then send it to the controller. You can use code similar to the following example
to redirect the users Web browser to the login URL on the controller for authentication:
<form action="https://wireless.colubris.com:8090/goform/
HtmlLoginRequest" method="POST">
For more flexibility, the remote login page should be written using a server-side scripting
language such as ASP, PHP, or PERL. This enables the remote login page to take
advantage of any placeholders that may have been defined in the login-url.
Custom message file
Use this value to load a custom message file. These messages are used when various error
conditions occur.
messages=URL_of_text_file [placeholder ]
If you specify a new message file, you must also specify values for:
Login page
Transport page
Session page
Fail page
Logo
Placeholders
The following optional placeholder can be appended to the Colubris AV-Pair value for the
message file.
DescriptionPlaceholder
Returns the IP address of the controller Internet port.%a
Default user interim accounting update interval
This keyword lets you define the interim accounting update interval for all users that do not have
a specific interval set in their profile.
Syntax
default-user-acct-interim-update=value
Where:
DescriptionParameter
Number of seconds between interim updates.value
472 Working with RADIUS attributes