Configuring AAA for network users 581
Nortel WLAN—Security Switch 2300 Series Configuration Guide
eDo not change the form (delimited by the <form name=> and </form> tags. The form values are
required for the page to work properly.
6Save the modified page.
7On the WSS, create a new subdirectory for the customized page. (The files must be on a TFTP server that
the WSS can reach over the network.)
WSS# mkdir mycorp-web-based aaa
success: change accepted.
8Copy the files for the customized page into the subdirectory:
WSS# copy tftp://10.1.1.1/mycorp-login.html mycorp-web-based aaa/mycorp-login.html
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
WSS# copy tftp://10.1.1.1/mylogo.gif mycorp-web-based aaa/mylogo.gif
success: received 1202 bytes in 0.402 seconds [ 2112 bytes/sec]
WSS# dir mycorp-web-based aaa
===============================================================================
file:
Filename Size Created
file:mycorp-login.html 637 bytes Aug 12 2004, 15:42:26
file:mylogo.gif 1202 bytes Aug 12 2004, 15:57:11
Total: 1839 bytes used, 206577 Kbytes free
9Use the following command to configure the SSID to use the custom page:
set service-profile name web-portal-form url
For the url, specify the full path; for example, mycorp-web-based aaa/mycorp-login.html. If the custom
login page includes gif or jpg images, their path names are interpreted relative to the directory from which
the page is served.
10 Configure Web-based AAA users and rules as described in “Configuring Web portal Web-based AAA”
on page 574.