Cisco 5505 Administration Guide - Page 99

Sample AnyConnect Profile and XML Schema, Sample AnyConnect Profile

Page 99 highlights

A A P P E N D I X Sample AnyConnect Profile and XML Schema This appendix contains a sample AnyConnect profile and a sample AnyConnect profile schema. Both of these are delivered with the client and are present in a client installation in the same directory. The profile defines the attributes configured for a particular user. The schema defines the profile format that is allowed. The schema is suitable for use as a validation mechanism. • Sample AnyConnect Profile, page A-1 • Sample AnyConnect Profile Schema, page A-3 Caution Do not cut and paste this example from this document. Doing so introduces line breaks that can break your XML. Instead, open the profile template file in a text editor such as notepad or wordpad. Use the template that appears after installing AnyConnect on a workstation: \Documents and Settings\All Users\Application Data\Cisco\Cisco AnyConnect VPN Client\Profile\AnyConnectProfile.tmpl Sample AnyConnect Profile

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

A-1
Cisco AnyConnect VPN Client Administrator Guide
OL-12950-012
APPENDIX
A
Sample AnyConnect Profile and XML Schema
This appendix contains a sample AnyConnect profile and a sample AnyConnect profile schema. Both of
these are delivered with the client and are present in a client installation in the same directory. The profile
defines the attributes configured for a particular user. The schema defines the profile format that is
allowed. The schema is suitable for use as a validation mechanism.
Sample AnyConnect Profile, page A-1
Sample AnyConnect Profile Schema, page A-3
Caution
Do not cut and paste this example from this document. Doing so introduces line breaks that can break
your XML. Instead, open the profile template file in a text editor such as notepad or wordpad.
Use the template that appears after installing AnyConnect on a workstation:
\Documents and Settings\All Users\Application Data\Cisco\Cisco AnyConnect VPN
Client\Profile\AnyConnectProfile.tmpl
Sample AnyConnect Profile
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is a sample of a Cisco AnyConnect VPN Client Profile XML file.
This file is intended to be maintained by a Secure Gateway administrator
and then distributed with the client software.
The xml file based on
this schema can be distributed to clients at any time.
The distribution
mechanisms supported are as a bundled file with the software distribution
or as part of the automatic download mechanism.
The automatic download
mechanism only available with certain Cisco Secure Gateway products.
NOTE: Administrators are strongly encouraged to validate XML profile they
create using an online validation tool or via the profile import
functionality in ASDM.
Validation can be accomplished with the
AnyConnectProfile.xsd found in this directory.
AnyConnectProfile is the root element representing the AnyConnect Client
Profile
-->
<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/"
xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">
<!--