Kerberos Keytabs
KEYTABS CREATION
Location: /etc/security/keytabs
Keytabs can be generated by interfacing with the Kerberos server and executing the following command:
ktpass /pass <Krb Password> /mapuser <Krb Username> /out <ex.keytab> /princ <username>/<hostname>@<example.com> /ptype KRB5_NT_PRINCIPAL /crypto RC4-HMAC-NT /Target example.HOW TO USE:
klist -k ACCOUNT.SERVICE.KEYTAB kinit PRINCIPAL NAME -k -V -t ACCOUNT.SERVICE.KEYTAB Last updated