User Guide

OmniAccess SafeGuard OS Administration Guide
229
Chapter 6: Configuring Authentication and Role Derivation
To customize the SafeGuard device Web pages:
1 At the command line, issue the following command, which clears existing Web
pages and restores a default set of Captive Portal Web pages. Even with a new
device, this command should be issued:
clear aaa captive-portal customization
2 Upload the Captive Portal set of pages to your local disk by issuing the following
command:
copy nvram:captive-portal tftp://ip/cpfiles.tar
3 Locally, edit the Web pages with customizations, as appropriate. Swap in a new
logo.gif file, if desired. Be careful to not break the existing HTML flow and syntax
of the pages; if you did need to start over and get the defaults HTML files again,
repeat step 2.
4 Review the edited Web pages in a Web browser to make sure they lay out and
display as desired.
5 When done, “tar” up all six edited HTML files in a flat directory tarball. The six
required files are:
Login.html
Authorization
page
The Authorization page is displayed by the
SafeGuard device while processing an
authentication request.
Authing.html
Refresh or
Reload page
After authentication is successful, the SafeGuard
device displays the Refresh or Reload pop-up
page that continues to refresh a user’s session at
periodic intervals.
Note: This page displays only if enabled on the
device and allowed by the user’s browser.
Reload.html
Failed page If authentication is unsuccessful, a Failed page is
displayed for a brief moment before the user is
redirected back to the Login page.
Failed.html
Notes . . .
a Loginform.html does not get customized (like the others), but it is critically important and
required to be included with the rest of the Web pages. Login.html refers to it and requires
it. A stylesheet called style.css is referred to by the above pages.
NOTE: When editing the login.html page, do not omit the reference to the
loginform.html. If this is omitted, users will not see the login input form.
Page Name Description HTML Page