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

The tarantella passcache list command

Syntax

Skip past command syntax or program codetarantella passcache list { [ --person pobj | --anon | --ldap ]
                            [ --resource resource ]
                            [ --resuser resuser ]
                            [ --format text | xml ]
                          } | --file file

Description

Lists entries in the application server password cache.

Option Description
--person pobj Specifies the TFN name of the person object to list password cache entries for.
--anon Lists password cache entries for anonymous users.
--ldap Lists the password cache entry for LDAP integration. This special entry is only used with the LDAP login authority. This is the username and password for the LDAP directory server that you can enter on the Secure Global Desktop Login panel of Array Manager.

Use a full username such as cn=Bill Orange,cn=Users,dc=indigo-insurance,dc=com.

If you specify --ldap, the --resource option is ignored.

--resource resource Lists password cache entries for an application server or Microsoft Windows domain. For resource, you use a TFN name. This can be:
--resuser resuser Lists password cache entries for a particular application server username.
--format text | xml Specifies the output format (default: text).
--file file Specifies a file containing password cache entries to list.

If you omit all arguments, or just specify --format, all entries in the password cache are displayed.

Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".

Examples

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.

Skip past command syntax or program codetarantella passcache list

Lists all entries in the password cache.

Related topics