How can I connect using JDBC, to a SQL Server Instance that has only Integrated Security, from a Unix Machine?
In my current scenario, the given Server is configured to use Integrated Security.
I have read about Kerberos, but I didn't quite understand how it works.
What is Mixed Mode?
Is Kerberos set in the SQL Server Instance, and not in the client(Unix)
Does anyone have a more clear guide rather than the one form Microsoft? https://msdn.microsoft.com/en-us/library/gg558122.aspx
Are there changes in the Code of my Java Application in case Kerberos comes into play?