keytab delete
Deletes a key table entry and its data. The syntax is:
keytab delete keytab_name_list [-entry] [-noprivacy] [-local]
Options
-entry Only the configuration information that dced keeps is deleted, not the actual key table.
-noprivacy Specifies that key tables are sent over the network unencrypted.
-local Specifies that the delete command operates on local files only.
Description The keytab delete operation deletes a key table entry and its data. The argument is a list of names of key table entries to be deleted in the order
specified. If the -entry option is present, only the configuration information that dced keeps is deleted, not the actual key table. Returns an empty string on success.
Privileges Required You must have d (delete) permission to the keytab object. If you are removing the key table you must have D
(Delete_object) permission to the keytab object as well.
Examples
dcecp> keytab delete /.:/hosts/medusa/config/keytab/radiology dcecp>
|