keytab help
Returns help information about the keytab object and its operations. The syntax is:
keytab help [operation | -verbose]
Option
-verbose Displays information about the keytab object.
Description Used without an argument or option, the keytab help command returns brief information about each keytab operation. The optional operation
argument is the name of an operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the keytab object
itself.
Privileges Required No special privileges are needed to use the keytab help command.
Examples
dcecp> keytab help add Adds keys into a key table. catalog Returns the list of key table names. create
Creates a new key table entry and its keys. delete Deletes a key table and its associated data. list Lists all principals in a specified key
table. remove Removes keys from a key table. show Returns the list of keys of a key table. help Prints a summary of
command-line options. operations Returns a list of the valid operations for this command. dcecp>
|