I am trying to use the SQL Server integratedSecurity (jdbc: sqlserver: //x.y.z.w; databaseName = TEST; integratedSecurity = true) with java 1.8 on Linux but I get the following error: no mssql-jdbc auth-8.4.1.x64 in java.library.path
jdbc: sqlserver: //x.y.z.w; databaseName = TEST; integratedSecurity = true
All my research led to having to add a dll (which obviously doesn't make sense on linux) inside the java bin directory. Can you confirm that integratedSecurity does not work on linux? Or am I missing something?
Thank you
1.4m articles
1.4m replys
5 comments
57.0k users