3. Publishing Applications to Users
7. SGD Servers, Arrays, and Load Balancing
Secure Global Desktop Authentication Tab
Use Default Third-Party Identity
Use Closest Matching LDAP Profile
Search Unix User ID in Local Repository
Search Unix Group ID in Local Repository
The Service Objects List Table
Active Directory Default Domain
Application Authentication Tab
Timeout for User Session Resumability
Timeout for General Resumability
Resource Synchronization Service
Application Session Load Balancing
Client's Clipboard Security Level
Make Universal PDF Printer the Default
Make Universal PDF Viewer the Default
Timeout for Print Name Mapping
B. Secure Global Desktop Server Settings
Settings on the Monitoring tab are used to configure system message log filters and enable billing services.
From the command line, use the tarantella config list command to list these settings, and
the
tarantella config edit command to edit these settings.
Usage: Type log filter definitions in the field. Press the Return key to add new entries.
This attribute specifies which diagnostic messages are logged and a destination file or handler for log messages.
The attribute contains multiple values, each of the form:
component/subcomponent/severity:destination
Use the wildcard (*) to match multiple components, subcomponents and severities.
Valid destinations are a file name or the name of a plug-in log handler.
File names can include the placeholder %%PID%%, which is substituted with a process ID.
Changes to this attribute take effect immediately.
Command option: --array-logfilter filter...
Usage: Replace filter... with a list of log filter definitions. Separate each filter definition with a space. Quote any filters that contain wildcards (*), to stop your shell from expanding them.
The following example specifies a log filter that stores all warnings and error messages for the SGD server to a .log file.
--array-logfilter */*/*error:jserver%%PID%%_error.log
Usage: Select or deselect the check box.
Whether to enable billing services for the array.
This might use significant additional disk space on SGD servers in the array.
If enabled, you can use tarantella query billing to analyze the billing logs.
You must restart an SGD server for billing services to start.
Command option: --array-billingservices 1 | 0
Usage: Specify 1 (true) or 0 (false).
The following example disables billing services for the array.
--array-billingservices 0