Posts Kerberos keytab part-3
Post
Cancel

Kerberos keytab part-3

Generating keytab

Generating keytab using the below information

Domain Name : dummydomain

Service Account Name : myserviceaccount

Service Account Password : afk1K2##$#dlkajsf

  • On Windows Machine
1
2
3
4
5
6
$ ktpass -princ HTTP:/local-test-environment.domain \
-mapuser dummydomain\myserviceaccount \
-crypto ALL \
-ptype KRB5_NT_PRINCIPAL \
-pass afk1K2##$#dlkajsf \
-out ~\account.keytab

you can remove ‘' and make this command single-line as well

This post is licensed under CC BY 4.0 by the author.