Paul Hammond Posted January 29, 2019 Share Posted January 29, 2019 Can we use a kerberos SPN with the JDBC TDV driver We have an application that uses jdbc to connect to our TDV instance. They are not able to embed the user name and password in their connection string. Link to comment Share on other sites More sharing options...
Motsu Aboshi Posted May 28, 2019 Share Posted May 28, 2019 Yes, this is supported by the JDBC driver. In order to do this, you need to configure your server for Kerberos authentication (configure keytabs, kerberos configuration file, realm mappings, etc.), and define the correct SPN in the server configuration. The Client Interfaces Guide explains how to connect using kerberos (instead of a username and password, you specify the configured SPN). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now