Secure Global Desktop 4.31 Administration Guide > Clients and webtops > Native Client preferences files on UNIX, Linux and Mac OS X client devices
The Native Client on UNIX, Linux and Mac OS X client devices uses a preferences file to control how users connect to a Secure Global Desktop server and how they display web documents.
The preferences are stored in the
$HOME/.tarantella/native-preferences
file. Each preference is specified using a line of the form:
Preference=value
The following preferences can be defined:
Preference | Description |
---|---|
URL | The URL to be used to log in to Secure Global Desktop.
The URL is displayed in the login dialog. |
Username | The username to be used to log in to Secure Global Desktop.
The username is displayed in the Native Client login dialog. |
Anonymous | Whether to check Log In Anonymously in the login dialog. Use 1 for yes, 0 for no. |
DocLaunch | The method of viewing web documents:
|
CertsFile | The full path to a root certificate file (the ca.pem file) if you are using a custom Certificate Authority.
For example:
CertsFile=/usr/local/global-certs/ca.pem |
UseProxy | Whether to use an HTTP proxy server when connecting to Secure Global Desktop. Use 1 for yes, 0 for no (default). |
ProxyHost | The Internet hostname of a host running an HTTP proxy server. This setting
is not used unless UseProxy=1.
ProxyHost=chicago.indigo-insurance.com |
ProxyPort | The port on ProxyHost where the HTTP proxy server listens. This setting is not used unless UseProxy=1. A ProxyHost must also be specified. The default value is 8080. |
NoProxyList | A semicolon-separated list of Internet hostnames for which connections
are not to be proxied. This setting is not used unless
either UseProxy=1 or UseSocks=1.
NoProxyList=chicago.indigo-insurance.com;detroit.indigo-insurance.com |
DocBrowser | The full path of the application to use for displaying web
documents, if DocLaunch=1. For example:
DocBrowser=/usr/bin/netscape |
UseSocks | Whether to use a Socks proxy server when connecting to Secure Global Desktop. Use 1 for yes, 0 for no (default). |
SocksHost | The Internet hostname of a host running a Socks proxy server.
This setting is not used unless UseSocks=1.
ProxyHost=chicago.indigo-insurance.com |
SocksPort | The port on SocksHost where the Socks proxy server listens. This setting is not used unless UseSocks=1. A SocksHost must also be specified. The default value is 1080. |
SerialPorts | A list of serial ports to be mapped in a Windows application emulator session.
Each serial port in the list is separated with a semi-colon and has the format /dev/ttyS0=COM1;/dev/ttyS4=COM8 The |
If the user changes these settings in the Native Client dialogs, for example by entering a different login URL, the changes to all values apart from DocBrowser and CertsFile are saved to the preferences file when the user exits the Native Client.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.