Read this topic to... |
---|
|
Installing the Tarantella Security Pack on a Tarantella server lets you give users secure connections between their client devices and that Tarantella server. The connections are secured using SSL, the Secure Sockets Layer.
Secure connections have these benefits:
Benefit | Description |
---|---|
No eavesdropping | SSL encrypts all information before transmission. |
No tampering | SSL can check that a message hasn't changed between the client device and the Tarantella server. |
No message forgery | SSL requires that the server prove its identity to client devices before communications can take place, and also guards against replay attacks. |
Internet transactions are open to many forms of attack, for example packet-sniffing, DNS spoofing, and man-in-the-middle attacks. It is critical to recognize that even when SSL is used, a connection is only secure if SSL is configured correctly.
The Tarantella Security Pack can only help raise security levels as part of an ongoing security strategy. The Tarantella Security Pack can't transform your intranet into a high-security installation by itself.
Once the Tarantella Security Pack is installed on a Tarantella server, you must do the following before secure connections are possible:
tarantella security start
. This
enables secure connections for the users you've configured to have
them.You can decide which users receive secure (SSL-based) connections, and which users receive standard (unencrypted) connections. To do so, you configure the Connections attribute for a person object, organizational unit object, or organization object.
You can configure the type of connection based on these factors:
The initial connection to a Tarantella server -- before users type their username and password -- is always secure if the Tarantella Security Pack is installed and running. This means that usernames and passwords are always sent securely. Once the user is identified, the connection may be downgraded to a standard connection according to your configuration.
Here are some examples for customizing connection types:
The Tarantella Security Pack secures Tarantella-related connections between the client device and Tarantella server. It does not secure any other type of connection: for example, the connections made to a web server on the same host.
We recommend that you use a secure (HTTPS) web server. To do so you need an X.509 certificate for the web server as well as for the Tarantella server. Some web servers allow you to share the X.509 certificate between the web server and the Tarantella Security Pack.
Secure connections between the client device and Tarantella server use port 5307/tcp.