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