createKerberosKeytabEntry

On this page
Back to index

Summary

Creates a new Kerberos keytab entry.
This command is deprecated and will be removed in the future.
kerberosKeytabName
Stringrequired
The name of the Kerberos keytab.
domainServiceUserAccount
Stringoptional
The domain service user account.
encryptionKeyTypes
Stringoptional
The encryption key types.
kvno
Integeroptional
The key version number (kvno).
password
Stringoptional
The user password.
servicePrincipalName
Stringoptional
The service principal name.
validateKeytabEntry
Booleanoptional
Validate keytab entry with directory server.

Usage

Perl

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

ectool

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