Exit Print View

Oracle Secure Global Desktop Administration Guide for Version 4.6

Document Information

Preface

1.  Networking and Security

2.  User Authentication

3.  Publishing Applications to Users

4.  Configuring Applications

5.  Client Device Support

6.  SGD Client and Webtop

7.  SGD Servers, Arrays, and Load Balancing

A.  Global Settings and Caches

B.  Secure Global Desktop Server Settings

Secure Global Desktop Servers Tab

The Secure Global Desktop Server List Table

General Tab

External DNS Names

User Login

Redirection URL

Security Tab

Connection Types

SSL Accelerator Support

Firewall Forwarding URL

Performance Tab

Maximum Simultaneous Requests

Maximum Simultaneous User Sessions

Maximum File Descriptors

JVM Size

Daily Resource Synchronization Time

Load Balancing Groups

Protocol Engines Tab

Character Protocol Engine Tab

Maximum Sessions

Exit Timeout

Command-Line Arguments

X Protocol Engine Tab

Monitor Resolution

Font Path

RGB Database

Keyboard Map

Client Window Size

Session Start Timeout

Maximum Sessions

Exit Timeout

Command-Line Arguments

Execution Protocol Engine Tab

Maximum Sessions

Exit Timeout

Login Script Directory

Command-Line Arguments

Channel Protocol Engine Tab

Packet Compression

Packet Compression Threshold

Exit Timeout

Print Protocol Engine Tab

Packet Compression

Packet Compression Threshold

Exit Timeout

Audio Protocol Engine Tab

Packet Compression

IO Protocol Engine Tab

Packet Compression

User Sessions Tab

The User Session List Table

Application Sessions Tab

The Application Session List Table

C.  User Profiles, Applications, and Application Servers

D.  Commands

E.  Login Scripts

F.  Third-Party Legal Notices

Glossary

Index

Security Tab

Attributes on the Security tab are security attributes for a particular SGD server in the array.

From the command line, use the tarantella config list command to list these settings, and the tarantella config edit command to edit these settings.

Changes to these settings take effect immediately.

Connection Types

Usage: Select the check box for each connection type you want to make available to users.

Description

The possible connection types available to users.

Secure connections use SSL to encrypt transmissions.

For standard connections, transmissions are not encrypted.

Command Line

Command option: --security-connectiontypes types

Usage: Specify the connection types to use.

Valid settings are std (standard connections only), ssl (secure connections only), or std,ssl (both standard and secure connections).

The following example specifies standard connections only.

--security-connectiontypes std

SSL Accelerator Support

Usage: Select or deselect the check box.

Description

Select the check box to enable support for an external SSL accelerator.

Selecting this check box enables the SGD SSL daemon to accept plain text traffic and pass it on to the SGD server as if it was SSL traffic it had decoded.

Command Line

Command option: --security-acceptplaintext 1 | 0

Usage: Specify 1 (true) or 0 (false).

The following example enables SSL accelerator support.

--security-acceptplaintext 1

Firewall Forwarding URL

Usage: Type a URL in the field.

Description

The absolute URL to forward all web server traffic not related to SGD.

Use this feature if you plan to run SGD on the same port as your web server, so that you do not have to open any additional ports in your firewall.

Command Line

Command option: --security-firewallurl server-url

Usage: Replace server-url with a firewall forwarding URL.

The following example specifies a URL to forward all non-SGD web traffic to.

--security-firewallurl https://127.0.0.1:443