@pranaym48551345 Taking reference from a few MSDN articles, it is not
possible to use native Windows Authentication for JDBC connections to
MSSQL from a JVM running on Linux. There are two main JDBC drivers for
SQL Server. One is from Microsoft and the other from jTDS. jTDS can
connect using Windows auth (NTLM) from other platforms, including Linux,
as described here: http://jtds.sourceforge.net/faq.html#windowsAuth. It
can also use SQL-authenticated logins. But, with the case at hand i.e
AEM Fo...