Secure Global Desktop Administration Guide > Commands > The tarantella passcache command

The tarantella passcache command

Syntax

tarantella passcache new | edit | list | delete

Description

This command manipulates the application server password cache. Secure Global Desktop Administrators can create, modify, delete and examine entries.

Subcommand Description
new Creates entries in the password cache.
edit Modifies existing entries in the password cache.
list Lists the contents of the password cache.
delete Deletes entries from the password cache.

Note All commands allow the --help option: you can use tarantella passcache command --help to get help on a specific command.

Examples

tarantella passcache new \
  --person ".../_ens/o=Indigo Insurance/cn=Indigo Jones" \
  --resource ".../_ens/o=Indigo Insurance/cn=prague" \
  --resuser indigo \
  --respass rainbow

Creates a password cache entry for the Secure Global Desktop user Indigo Jones, on the application server represented by the host object prague.

tarantella passcache list \
  --person ".../_ens/o=Indigo Insurance/cn=Indigo Jones"

Lists entries in the password cache for the Secure Global Desktop user Indigo Jones.

Related topics