I used the following command to generated keytab
ktpass -out c:\temp\myappserver.keytab -princ HTTP/myappserver.domain.com@DOMAIN.COM -mapUsermyspnuser -mapOp set -crypto RC4-HMAC
If i don't give any option -pass what password it will set in keytab?.
Now I have a Kerberos keytab file for the above command. Is there an easy way or tools to verify or validate the password contained inside the keytab? to make sure password inside keytab is matching with the user given mapUser myspnuser on ktpass command.
Please let me know if any Microsoft tool or commands or any other tool to validate/verify password inside the keytab. Please let me know step by step command.. I appreciate with examples demonstration.
Thank you
ktpass -out c:\temp\myappserver.keytab -princ HTTP/myappserver.domain.com@DOMAIN.COM -mapUsermyspnuser -mapOp set -crypto RC4-HMAC
If i don't give any option -pass what password it will set in keytab?.
Now I have a Kerberos keytab file for the above command. Is there an easy way or tools to verify or validate the password contained inside the keytab? to make sure password inside keytab is matching with the user given mapUser myspnuser on ktpass command.
Please let me know if any Microsoft tool or commands or any other tool to validate/verify password inside the keytab. Please let me know step by step command.. I appreciate with examples demonstration.
Thank you