Use the attributes on the Array Manager Tarantella Login Properties panel to control how users log in to Tarantella. The attributes apply to all array members and take effect immediately.
Use the tarantella config
command to list
and edit
these
settings.
Attribute | Command Line | Description |
---|---|---|
Login Theme | --login-theme theme_name |
Choose the login theme to be used across the array. The login theme determines the style and appearance of the page users see when logging in to Tarantella from a web browser. |
Web Authentication: search methods | --login-web-ens 1 | 0
| Select one or more search methods you want Tarantella to use to find a
login profile for a user who has been authenticated by a web server.
Selecting a search method enables web server authentication. If more than one box is checked, the search methods are used in the order shown above. However, web server authentication does not support ambiguous users and so the first match found is used. If the searches do not produce a match, the standard login page displays and the user must log in to Tarantella in the normal way. |
Web Authentication: Tokens | --login-web-tokenvalidity int | The validity period of the web authentication token in seconds.
The number of seconds must be between 1 and 600 . The default value is 180 .
If web authentication is enabled, when a user goes to the Tarantella URL, the web server generates a token and this is accepted by the Tarantella server as proof of authentication. Each token is valid only once. The token may need to be valid for a few minutes to allow client devices to download the Tarantella Java™ archive. If all users have the archive already installed, you can reduce the validity period to a few seconds. We recommend you use secure (HTTPS) web servers to ensure a token can't be intercepted and used by a third party while still valid. |
Web Authentication: Web server username | --login-web-user string | The username of the user that owns web server (httpd) processes.
The default is If you use your own web server, you must change this to the user you use
for your web server, typically This user is a trusted user for web authentication. We recommend you restrict access to this user and you restrict the processes that run as this user. It is more secure to have a user that is used to run the web server and nothing else. Note You must restart all array members for a change to this setting to take effect. |
Login Authorities | --login-anon 1 | 0
|
Select the check box next to one or more login authorities to enable or disable them. The login authorities are listed in the order in which they are tried. If one login authority authenticates the user, no more login authorities are tried. The Anonymous user login authority is only available if you are using concurrent user licensing. The SecurID® login authority is only available if you have a Tarantella Security license key installed. |
Windows NT Domain | --login-nt-domain dom | The name of the Windows NT, Windows 2000 or Windows 2003 domain that the NT login authority uses to authenticate users. |
LDAP Server URL | --login-ldap-url url |
The location of the LDAP directory server used to authenticate users
(if you are using the LDAP login authority) and/or to determine webtop content
(if you are using web authentication or LDAP searches.
The URL should take the form
Use an |
LDAP Server Username/Password | Use
tarantella passcache new --ldap command. |
Some LDAP directory servers don't need a username and password. Other LDAP
directory servers require a username and password for a sufficiently
privileged LDAP user: use a full username such as
Note For security reasons, the password is not displayed even if it has been previously set. |