Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Commands > The tarantella passcache command

The tarantella passcache command

Syntax

Skip past command syntax or program codetarantella 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

Skip past command syntax or program codetarantella 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.

Skip past command syntax or program codetarantella 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