keytab list
Returns a list of all the principals in the specified key table. The syntax is:
keytab list keytab_name_list [-noprivacy] [-local]
Options
-noprivacy Specifies that key tables are sent over the network unencrypted.
-local Specifies that the list operation operates on local files only.
Description The keytab list operation returns a list of all the principals in the specified key table. If the argument is a list of key table names, the output is
concatenated and a blank line inserted between key tables.
Privileges Required You must have r (read) permission to the keytab object on the host.
Examples
dcecp> keytab list /.:/hosts/medusa/config/keytab/self /.../mycell/hosts/medusa/self
/.../mycell/hosts/medusa/cds-server /.../mycell/hosts/medusa/cds-server dcecp>
|