cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
890
Views
1
Helpful
2
Replies

SSLVPN Portal Customization Language Selector

Hi, I'm trying to use the "full customization" feature in the ssl/webvpn on ASA.

Running version 8.0(4).

I can customize the page, and get the login dialog to display correctly.

However, I am unable to get the Language Selector drop down combo box to display when I use the full customization feature.

I've tried to follow the direction on http://www.ciscosystems.com/en/US/docs/security/asa/asa80/asdm60/selected_topics/adv_custom.html, but even though it is in the code, even the demo page there does not show the language selector.

The language selector is set to "enable" in the customization.

Any suggestions?

2 Replies 2

smahbub
Level 6
Level 6

With full customization, you can provide HTML for your own login screen, and then insert Cisco HTML code that calls functions on the security appliance that create the Login form and the Language Selector drop-down list.Language Selector drop-down list is present under the tab customization editor.

for more information on language selector(refer figure 5):

http://www.ciscosystems.com/en/US/docs/security/asa/asa80/asdm60/selected_topics/adv_custom.html#wp1007576

Issue resolved:

(After assistance from TAC)

The problem is that the selector needs to be loaded before the form (lform).

In the example html code used in the url I referred to in my previous post, the form is loaded before the selector.

That is, the following code:

" "

needed to be changed to:

" "

Swapped the selector and the login form, so that the selector loads first, and then the form.

This resolved the case for me on two different ASA boxes (5510 and 5520, both running 8.0(4). )

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: