Install Ktpass Windows 7
Configures the server principal name for the host or service in Active Directory Domain Services (AD DS) and generates a.keytab file that contains the shared secret key of the service. The.keytab file is based on the Massachusetts Institute of Technology (MIT) implementation of the Kerberos authentication protocol.
The Ktpass command-line tool allows non-Windows services that support Kerberos authentication to use the interoperability features provided by the Kerberos Key Distribution Center (KDC) service. This topic applies to the operating system versions designated in the Applies To list at the beginning of the topic. For examples of how this command can be used, see. Services running on systems that are not running the Windows operating system can be configured with service instance accounts in Active Directory Domain Services. This allows any Kerberos client to authenticate to services that are not running the Windows operating system by using Windows KDCs. The /princ parameter is not evaluated by Ktpass and is used as provided. There is no check to see if the parameter matches the exact case of the userPrincipalName attribute value when generating the Keytab file.

Give More Feedback


Case sensitive Kerberos distributions using this Keytab file might have problems when there is no exact case match and could fail during pre-authentication. Check and retrieve the correct userPrincipalName attribute value from a LDIFDE export file.
Install Ktpass Windows 7
The following example illustrates how to create a Kerberos.keytab file, machine.keytab, in the current directory for the user Sample1. (You will merge this file with the Krb5.keytab file on a host computer that is not running the Windows operating system.) The Kerberos.keytab file will be created for all supported encryption types for the general principal type. To generate a.keytab file for a host computer that is not running the Windows operating system, use the following steps to map the principal to the account and set the host principal password:. Use the Active Directory User and Computers snap-in to create a user account for a service on a computer that is not running the Windows operating system. For example, create an account with the name Sample1. Use Ktpass to set up an identity mapping for the user account by typing the following at a command prompt.
Comments are closed.