Specifications
set service-profile web-portal-form
Chapter 12
AP Commands
367
Usage
It is recommended that you create a subdirectory for the custom page and
place all of the files for the page in that subdirectory. Do not place the custom
page in the root directory of the UNIVERGE WL Controller user file area.
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.
The web-portal authentication type also requires additional configuration items.
(See the “Configuring AAA for Network Users” chapter of the Configuration
Guide.)
Examples
The following commands create a subdirectory named corpa, copy a
custom login page named corpa-login.html and a jpg image named corpa-logo.jpg
into that subdirectory, and set the Web login page for service profile
corpa-service to corpa-login.html:
PROPMT# mkdir corpa
success: change accepted.
PROPMT# copy tftp://10.1.1.1/corpa-login.html corpa/corpa-login.html
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
PROPMT# copy tftp://10.1.1.1/corpa-logo.jpg corpa/corpa-logo.jpg
success: received 1202 bytes in 0.402 seconds [ 2112 bytes/sec]
PROPMT# dir corpa
====================================================================
file:
Filename Size Created
file:corpa-login.html 637 bytes Aug 12 2004, 15:42:26
file:corpa-logo.jpg 1202 bytes Aug 12 2004, 15:57:11
Total: 1839 bytes used, 206577 Kbytes free
PROPMT# set service-profile corpa-service web-portal-form corpa/corpa-login.html
success: change accepted.
See Also
l copy on page 581
l dir on page 584
l mkdir on page 589
l set service-profile auth-fallthru on page 337
Note. To use Web Authentication, the fallthru authentication type in the
service profile that manages the SSID must be set to web-portal.