3. Publishing Applications to Users
7. SGD Servers, Arrays, and Load Balancing
B. Secure Global Desktop Server Settings
C. User Profiles, Applications, and Application Servers
The tarantella archive Command
tarantella array add_backup_primary
tarantella array edit_backup_primary
tarantella array list_backup_primaries
tarantella array remove_backup_primary
The tarantella emulatorsession Command
tarantella emulatorsession list
tarantella emulatorsession info
tarantella emulatorsession shadow
tarantella emulatorsession suspend
tarantella emulatorsession end
tarantella object list_attributes
tarantella object list_contents
tarantella object new_container
tarantella object new_dynamicapp
tarantella object new_windowsapp
tarantella object remove_mapping
tarantella object remove_member
The tarantella passcache Command
The tarantella restart Command
The tarantella security Command
tarantella security certrequest
tarantella security decryptkey
tarantella security fingerprint
The tarantella service Command
The tarantella tokencache Command
The tarantella uninstall Command
The tarantella version Command
The tarantella webserver Command
tarantella webserver add_trusted_user
The tarantella webtopsession Command
Use the tarantella webserver command to configure trusted users for the third-party authentication mechanism.
tarantella webserver add_trusted_user | delete_trusted_user | list_trusted_users
The following table shows the available subcommands for this command.
|
Note - All commands include the --help option. You can use tarantella webserver subcommand --help to get help on a specific command.
The following example lists trusted users.
# tarantella webserver list_trusted_users
Adds the user name and password of a user that is to be trusted for third-party authentication.
tarantella webserver add_trusted_user username
After you enter the username, SGD prompts you to enter the password. The password must be at least six characters long.
You must restart the SGD web server, using tarantella restart webserver, to activate the new
user.
You cannot use this command to change the password of a trusted user.
You must delete the trusted user first, using tarantella webserver delete_trusted_user.
This command adds the user name to the “database” of Tomcat users in /opt/tarantella/webserver/tomcat/tomcat-version/conf/tomcat-users.xml and creates an SHA digest of the password. The user is also assigned the “SGDExternalAuth” role. This role is required to access the SGD external authentication web service.
The following example adds L3nNy_G0db3r as a trusted user.
# tarantella webserver add_trusted_user L3nNy_G0db3r
Deletes the user name and password of a user that is to be trusted for third-party authentication.
tarantella webserver delete_trusted_user username
You must restart the SGD web server, using tarantella restart webserver, to deactivate the user.
This command removes the specified user name from the “database” of Tomcat users in /opt/tarantella/webserver/tomcat/tomcat-version/conf/tomcat-users.xml.
The following example deletes L3nNy_G0db3r as a trusted user.
# tarantella webserver delete_trusted_user L3nNy_G0db3r
Lists the user names of the users that are to be trusted for third-party authentication.
tarantella webserver list_trusted_users
Each user name is separated by a comma. The command also shows whether or not the third-party authentication is currently enabled.
This command lists the user names in the “database” of Tomcat users in /opt/tarantella/webserver/tomcat/tomcat-version/conf/tomcat-users.xml.
The following example lists trusted users.
# tarantella webserver list_trusted_users