Implementing a Keytab File on Windows Server

417 views Asked by At

I'm currently running Windows Server 2012. We have SQL Server connected to Hadoop, Via an ODBC connector.

The connection to Hadoop uses Windows Authentication, via an MIT Kerberos ticket generator program. The tickets only last for 24 hours, so it's not sustainable for me to manually renew the kerberos ticket every 24 hours.

I'm want to bypass this, and use a Keytab file process - I've successfully created a Keytab file via KTPass:

Key created. 
Output keytab to c:\temp\krb5.keytab
Keytab version: 0x510

Now that I've created the file, What exactly do I do from here, so that I don't have to constantly review the kerberos ticket?

0

There are 0 answers