When I tried kinit -kt [email protected], I get “kinit: Password incorrect while getting initial credentials”
1 2 3 4 5 6 7 |
[root@ipa ~]# ktutil ktutil: addent -password -p admin@TEST.COM -k 1 -e aes256-cts-hmac-sha1-96 Password for admin@TEST.COM: ktutil: wkt test.keytab ktutil: q kinit: Password incorrect while getting initial credentials |
Upon deep investigation, I’ve managed to find an excellent workaround:
1 2 |
$ kinit admin@TEST.COM $ ipa-getkeytab -p admin@TEST.COM -k test.keytab -e aes256-cts-hmac-sha1-96 |
and you will see a result:
1 2 |
[root@ipa ~]# |