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.
-66-
<!-- Define the default profile -->
<record>
<recid>2001</recid>
<!-- this would be the PROFILENAME Public Property -->
<szname>My Imported Profile</szname>
<!-- Linking to the User 2001 defined lower -->
<lnkuser>2001</lnkuser>
<!-- Default Service is 400 -->
<lnkprofile>400</lnkprofile>
<flgszname>1</flgszname>
<smusermayoverrideautoreconnectdefaults>Y</smusermayoverrideautoreconnectdefaults>
<overrideautoreconnectdefaults>Y</overrideautoreconnectdefaults>
<enablepersistentconnection>N</enablepersistentconnection>
<autoreconnectinternet>N</autoreconnectinternet>
</record>
<!-- Define the second profile -->
<record>
<recid>2002</recid>
<szname>My Second Profile</szname>
<!-- Linking to the User 2002 defined lower -->
<lnkuser>2002</lnkuser>
<extuser>2002</extuser>
<flgszname>1</flgszname>
<smusermayoverrideautoreconnectdefaults>Y</smusermayoverrideautoreconnectdefaults>
<overrideautoreconnectdefaults>Y</overrideautoreconnectdefaults>
<enablepersistentconnection>N</enablepersistentconnection>
<autoreconnectinternet>N</autoreconnectinternet>
</record>
</table>
<table name="user">
<record>
<!-- Linking to Profile 2001 defined above -->
<recid>2001</recid>
<!-- this would be the ACCOUNT= Public Property -->
<szaccount>Account1</szaccount>
<szuserid>MyUserId</szuserid>
<lnkuser>200</lnkuser>
</record>
<record>
<!-- Linking to Profile 2002 defined above -->
<recid>2002</recid>
<szaccount>Account2</szaccount>
<szuserid>MyUserId</szuserid>
<lnkuser>200</lnkuser>
</record>
</table>
</tables>
</agnclient>
Other Commonly Requested Customizations
The following are some common configurations and customizations. The details of implementing these
customizations are provided.