Lists entries in the application server password cache.
tarantella passcache list { [ --personpobj
| --anon | --ldap ] [ --resourceresource
] [ --resuserresuser
] [ --format text | xml ] } | --filefile
The following table shows the available options for this command.
Option | Description |
---|---|
| Specifies the name of the user profile object to list the password cache entry for. |
| Lists password cache entries for anonymous users. |
| List the password cache entry for a service object. |
| Specifies the name of the application server, Microsoft Windows domain, or service object to list. The name can be one of the following:
|
| Lists password cache entries for a particular user name. |
|
Specifies the output format. The default setting is
|
| 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.
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example lists entries in the password cache for the SGD user Indigo Jones.
$ tarantella passcache list \ --person "o=Example/cn=Indigo Jones"
The following example lists all entries in the password cache.
$ tarantella passcache list
The following example lists the password cache entry for the
east
service object.
$ tarantella passcache list \ --ldap --resource east