0
votes

I am using the simba odbc driver with sql connector on windows 7 machine. I am trying to connect to a remote server that has the data using Kerberos authentication using a keytab file. I am having a difficult time figuring out how to do this. I saw this information on the following Link: Simba Odbc Install guide kerberos , but it could not understand how to use the keytab file or give path to it in the Simba administrator tool. Can anyone please point me in the right direction? Thanks!

1

1 Answers

0
votes

It sounds like you want to use MIT Kerberos. In this case, you need to initialize your user-principal by doing kinit -kt file.keytab [email protected].

The driver will use the default principal.