25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

Need help?

Our experts have had an average response time of 11.43 minutes in March 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

Creating Keytab File for Kerberos Authentication in Active Directory

by | Mar 19, 2021

Creating a keytab file for Kerberos is quite easy. Take a peek at this blog for the steps.

The Kerberos protocol defines how clients interact with a network authentication service.

At Bobcares, we often receive requests relating to Kerberos queries as a part of our Server Management Services.

Today, let’s see the procedure of creating keytab file for Kerberos.

 

Creating a Keytab File for Kerberos Authentication in Active Directory

Linux services like Apache, Nginx, etc can use keytab files for Kerberos authentication in Active Directory without entering any password. The keytab file keeps the names of Kerberos principals and the corresponding encrypted keys. Now let’s take a look at how our Support Engineers create a keytab file.

First, we create a service account in AD and set a known password for it.

New-ADUser -Name "web" -GivenName "nginx web app" -SamAccountName "web" -UserPrincipalName "web@test.com" -Path "OU=Services,OU=Munich,OU=DE,DC=test,DC=com" –AccountPassword (ConvertTo-SecureString “Sup6r!Pa$s” -AsPlainText -force) -Enabled $true

Next, we enable “User cannot change password” and “Password never expires“ options for the service account in the graphic console or in PowerShell:

Get-ADUser web|Set-ADUser -PasswordNeverExpires:$True -CannotChangePassword:$true

Then, we bind a service principal name (SPN) to the user account. We need not perform this step separately since ktpass does it automatically when creating a keytab file (Here, we will do it so that you understand the process better).

Now, we bind the following SPN record to the web account:

setspn -A HTTP/www.test.com@test.com web

Then, we display the list of SPN records that associates with the AD user:

setspn -L web

To create a keytab file, we use the below command.

ktpass -princ HTTP/www.test.com@TEST.COM -mapuser web -crypto ALL -ptype KRB5_NT_PRINCIPAL -pass Sup6r!Pa$s -target mundc01.test.com -out c:\share\web.keytab

Now, the command creates a keytab file (c:\share\webt.keytab) for the SPN record of the HTTP/www@test.com service. The SPN record is bound to the web account with the specified password.

We make sure that the SPN record for the service has been successfully created (if you did not create it manually):

setspn -Q */www.test.com@test.com

Windows do not have built-in tools to view the contents of the keytab file. However, if Java JRE is present on the computer, we can use klist.exe included in the Java distribution package.

cd "c:\Program Files\Java\jre1.8.0_181\bin"
klist.exe -K -e -t -k c:\PS\web_host.keytab

 

Common Error

We had a customer with the below error message. He came across this error message while executing ktpass command to create a keytab file in Kerberos authentication using ktpass command for Kerberos.

Command: ktpass /princ HTTP/fqhostname@DOMAIN.COM /ptype krb5_nt_principal /crypto all /mapuser DOMAIN\serviceaccount /out bob.keytab -kvno 0 /pass password
Output:
Targeting domain controller: domaincontroller.Domain.com
Successfully mapped HTTP/fqhostname to serviceaccount
Password set failed! 0x00000035

The above error arises if the service account’s password does not meet the domain’s password policy.

Solution

In order to resolve this, we reset the account’s password by following the current domain’s password policy and re-run the ktpass command.

[Need any further assistance with Kerberos? – We’ll help you with it]

 

Conclusion

Today, we saw how our Support Engineers create keytab files for Kerberos.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Tags

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF