This command manipulates the application server password cache. SGD Administrators can create, modify, delete, and examine entries.
tarantella passcache new | edit | list | delete
The following table shows the available subcommands for this command.
Subcommand | Description | More Information |
---|---|---|
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. |
All commands include a
--help
option. You can use
tarantella passcache command
--help to get help on a specific command.
The following example creates a password cache entry for the SGD user Indigo Jones, on the application server represented by the application server object prague.
$ tarantella passcache new \ --person "o=Example/cn=Indigo Jones" \ --resource "o=appservers/cn=prague" \ --resuser indigo --respass rainbow
The following example lists entries in the password cache for the SGD user Indigo Jones.
$ tarantella passcache list \ --person "o=Example/cn=Indigo Jones"