0

I generated a keytab file with the following command:

ktpass /out http-web.keytab /mapuser Administrator@my.domain.bar /princ HTTP/localhost:8080@my.domain.bar  /pass *

However, now I can't seem to login as the Administrator using the same password I used earlier.

Would generating key tab file in any way change the password??

birdy
  • 117
  • 5

3 Answers3

1

This question is old, but I recently ran into a similar issue and hopefully this helps someone. According to this KB article, there is a bug in ktpass where using the /pass parameter appends additional characters to the account password.

The article says 2003, but if the last comment here is correct then this also affects 2008 and 2008 R2. The comment says that the workaround is to not use /pass, but we used a designated service account instead and that works fine for my purposes.

withoutIf
  • 11
  • 1
0

NOTE: I'm not an expert on the key tab stuff, but logically:

You should link your previous question for more info.

Reading this detail and the info from your previous question, it sounds like you were logging in previously with the LOCALCOMPUTER\Administrator account before and your keytab is now for DOMAINNAME\Administrator account. Two different accounts, with two different passwords.

TheCleaner
  • 32,352
  • 26
  • 126
  • 188
0

No, generating a keytab file will not change the password of your user account.

MDMarra
  • 100,183
  • 32
  • 195
  • 326