PreviousNext

Adding Entries to a Keytab File

Use the keytab add command to add entries to an existing keytab file. When you use this command, you must supply the name of the keytab file's dced object and any of the options described in the following table.

The following command adds a key to the keytab file named kfile_3 for the server principal svr_3. The key is generated automatically, and the registry is updated to be synchronized with the keytab file.

dcecp> keytab add /.:/hosts/foo/config/keytab/kfile_3 \
> -member svr_3 -random -registry
dcecp>