tarantella passcache new | edit | list | delete
This command manipulates the application server password cache. Tarantella 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.
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 Tarantella 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 Tarantella user Indigo Jones.