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.
-62-
Customization Using a config.xml File
If you require more than a few simple customizations for your deployment which can all be
accommodated using Windows Installer public properties, you can use a config.xml file to specify all of
your customization and configuration. If you are using a config.xml file for your customization, place all
of your customizations in the file and do not use Windows Installer public properties at the same time.
Global Customizations (FastPath Replacement)
There are several configuration options which are not tied to a profile and change the fundamental
behavior of the application. These configuration options are specified in the global_customizations
section of the file.
XML Comments explaining each customization are shown in red.
<?xml version="1.0" encoding="iso-8859-1"?>
<agnclient>
<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="N" / >
<!-- 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="N" />
<!-- Show all Wi-Fi hotspots by default - Service Manager settings will trump
this setting after connecting the first time -->
</global_customizations>
</agnclient>
Figure 33: Fastpath Replacement Configuration File Example
Trusted Domain Customization
The Trusted Domain Customization allows Customer Account Administrators to define a list of trusted
domain suffixes at installation time. When the AT&T Global Network Client with the AT&T Global
Network Client Firewall component is installed using a Trusted Domain list, the firewall is enabled by
default unless the workstation is actively connected and assigned a Connection-specific DNS Suffix in the
Trusted Domain list. This customization is commonly used for mobile laptop users that transition
between public networks and a trusted Intranet office environment. The Trusted Domain Customization
defines the trusted Intranet environment when the AT&T Global Network Client Firewall may inhibit
productivity or prevent remote management tools from functioning properly.
The list is defined at installation time and once the trusted domains have been configured, there is no
method to dynamically update them.