keytab catalog
Returns a list of the names of all key tables on the host specified in the argument. The syntax is:
keytab catalog host_name_list [-simplename] [-noprivacy] [-local]
Options
-simplename Returns key table names with prepending the cell name.
-noprivacy Specifies that the key tables sent over the network are not encrypted.
-local Specifies that the catalog operation operates on local files only.
Description The keytab catalog operation returns a list of the names of all key tables on the host specified in the argument. If a host name is not specified then the
current host is used. If the argument is a list then the output is concatenated. The return order is arbitrary.
Privileges Required You must have r (read) permission to the /config/keytab container on the host.
Examples
dcecp> keytab catalog /.../pokey/hosts/jimbo/config/keytab/self dcecp>
|