Chapter 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Customizing the public access interface - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Chapter 6
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 116 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Examples
These examples show how to accomplish some common customization tasks.
Additional examples are available on the Colubris Networks web site.
Changing the login page and logo
1.
Create a folder called
newpages
on your web sever.
2.
Create a file called
logo.gif
that contains your logo and place it in the
newpages
folder.
3.
Copy the following files from the
\HTML\Colubris\Internal
folder on the CD and
place them in the
newpages
folder.
• login.html
• transport.html
• session.html
• fail.html
4.
Edit the
login.html
to meet the requirements of your site.
5.
Add the following entries to the RADIUS profile for the CN3000.
login-page=
web_server_URL/newpages/login.html
transport-page=
web_server_URL/newpages/transport.html
session-page=
web_server_URL/newpages/session.html
fail-page=
web_server_URL/newpages/fail.html
logo=
web_server_URL/newpages/logo.gif
Customizing error messages
Several of the internal pages use the functions GetAuthenticationErrorMessage() and
GetSessionStateMessage() to return a string from the file “message.txt.” You can
customize the messages in this file for your installation as follows:
1.
Create a folder called
newpages
on your web sever.
2.
Copy the file messages.txt from the
\HTML\Colubris\Internal
folder on the CD and
place it in the
newpages
folder.
3.
Edit
messages.txt
with an ASCII editor. Customize the messages to suit your
installation.
4.
Add the following entry to the RADIUS profile for the CN3000.
messages=
web_server_URL/newpages/messages.txt
Summary of Contents for CN3000
Page 1: ...CN3000 Administrator s Guide...
Page 8: ...Table of Contents 8...
Page 60: ...Chapter 2 How it works Chapter 2 60...
Page 94: ...Chapter 4 Scenarios Chapter 4 94...
Page 106: ...Chapter 5 Activating the public access interface Chapter 5 106...
Page 211: ...Chapter 10 SSL certificates Chapter 10 211...
Page 292: ...Chapter 13 The configuration file Chapter 13 292...
Page 370: ...Chapter 16 Sample setup Microsoft RADIUS Chapter 16 370...
Page 396: ...Chapter 16 Sample setup Microsoft RADIUS Chapter 16 396...
Page 414: ...Chapter 17 Experimenting with NOC authentication Chapter 17 414...