User`s guide
AT&T Global Network Client for Windows Administrator’s Guide
© 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or
AT&T affiliated companies. All other marks contained herein are the property of their respective owners. Images are shown for illustrative purposes only; individual
experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change.
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.
-64-
Specific values in each heading (RECID, LNKUSER, LNKPROFILE, FLGSZNAME, …) are required and should
not be changed. Required values are shown in bold in the example below.
In the example below Profile 2001, User 2001, define a basic profile. SZNAME defines the name of the
profile.
• SZACCOUNT defines the AT&T account of the user
• SZUSERID defines the AT&T user ID
It is recommended you do not customize profile properties that are configurable using the AT&T
administration server (such as network service). Because of the ability to update the value at connect
time, it is recommended to use the AT&T administration server to centrally define values when possible.
Following is an example of a Client Profile using all the public properties that might conflict with the
“CONFIG_FILE” configuration file. Feel free to use this file and remove the sections you do not need:
XML Comments explaining some of the customizations are shown in red.
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- NOTE!!! This XML file has all the possibilities where there could be
conflicts with PUBLIC PROPERTIES. You need to look at this XML and remove
what is not appropriate to your installation -->
<agnclient>
<!-- Old FastPath customizations are done here now -->
<global_customizations>
<!-- Means that the Save Password checkbox will be hidden -->
<flag name="HideSavePassword" value="Y" />
<!-- Means that the Save Password checkbox will be checked by default -->
<flag name="DefaultSavePasswordOn" value="Y" />
<!-- Means that the Pin and Token is shown and not the password field -->
<flag name="InitiallyShowPinAndToken" value="" />
<!-- Means Browsers will not get any definitions from Service Manager -->
<!-- This includes proxies so only use if you really know what is going on -->
<flag name="DisableProgramUpdates" value="" />
<!-- Show all Wi-Fi hotspots by default - Service Manager settings will trump
this setting after connecting the first time -->
</global_customizations>
<tables>
<!-- Sets the default profile -->
<table name="bookmark">
<record>
<!-- Linking to Profile 2001 defined lower -->
<lnkprofile>2001</lnkprofile>
<!-- Set profiles to be Internet Only or credentialess connections -->
<!-- this would be the INTERNET_ONLY=1 Public Property -->
<LnkAPConnection>401</LnkAPConnection>
<!-- Show the digital certificate checkbox on the User ID setup window -->
<!-- this would be the CERT_SHOW=1 Public Property -->
<ShowDigCertCheckbox>1</ShowDigCertCheckbox>
<!-- Check the digital certificate checkbox on the User ID setup window -->
<!-- this would be the CERT_SHOW=1 Public Property -->
<CheckDigCertCheckbox>1</CheckDigCertCheckbox>
</record>
</table>
<table name="profile">
<!-- Define the default profile -->
<record>
<recid>2001</recid>