72-103
Cisco ASA 5500 Series Configuration Guide using ASDM
Chapter72 Configuring Clientless SSL VPN
Creating XML-Based Portal Customization Objects and URL Lists
Using the Customization Template
A customization template, named Temp lat e, contains all currently employed tags with corresponding
comments that describe how to use them. Use the export command to download the customization
template from the ASA, as follows:
hostname# export webvpn customization Template tftp://webserver/default.xml
hostname#
You cannot change or delete the file Templa te. When you export it as in this example, you are saving it
to a new name, default.xml. After you make your changes to this file, using it to create a customization
object that meets the needs of your organization, you import it to the ASA, either as default.xml or
another name of your choosing. For example:
hostname# import webvpn customization General tftp://webserver/custom.xml
hostname#
where you import an XML object called custom.xml and name it General on the ASA.

The Customization Template

The customization template, named Template, follows:
<?xml version="1.0" encoding="UTF-8" ?>
- <!--
Copyright (c) 2008,2009 by Cisco Systems, Inc.
All rights reserved.
Note: all white spaces in tag values are significant and preserved.
Tag: custom
Description: Root customization tag
Tag: custom/languages
Description: Contains list of languages, recognized by ASA
Value: string containing comma-separated language codes. Each language code is
a set dash-separated alphanumeric characters, started with
alpha-character (for example: en, en-us, irokese8-language-us)
Default value: en-us
Tag: custom/default-language
Description: Language code that is selected when the client and the server
were not able to negotiate the language automatically.
For example the set of languages configured in the browser
is "en,ja", and the list of languages, specified by
'custom/languages' tag is "cn,fr", the default-language will be
used.
Value: string, containing one of the language coded, specified in
'custom/languages' tag above.
Default value: en-us
*********************************************************
Tag: custom/auth-page
Description: Contains authentication page settings
*********************************************************
Tag: custom/auth-page/window
Description: Contains settings of the authentication page browser window