getKerberosKeytab

On this page
Back to index

Summary

Retrieves a Kerberos keytab by name.
This command is deprecated and will be removed in the future.
kerberosKeytabName
Stringrequired
The name of the Kerberos keytab.
download
Booleanoptional
Content file will be available to download.
keytabFile
Stringoptional
The filename to which the keytab content will be loaded.

Usage

Perl

$cmdr->getKerberosKeytab( "test-kerberosKeytabName" # kerberosKeytabName # optionals );

ectool

ectool getKerberosKeytab \ "test-kerberosKeytabName" `# kerberosKeytabName` \ # optionals