Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: prasmussenUpdating forum post with a resolution. To use windows authentication with SQL server, it is possible using the method above using authenticatedSecurity=true which passes in the credentials of the account that starts the LAE service, or you can pass in domain credentials using the JDBC driver JTDS. The JTDS driver will authenticate the username/pwd on the domain and pass the authentication to SQL Server.
DbURL=jdbc:jtds:sqlserver://localhost;databaseName=yourDBName;instance=yourIns tance;domain=yourDomainName;useNTLMv2=true
Driver=net.sourceforge.jtds.jdbc.Driver
Driver Name=jtds-1.3.1.jar
Driver Website=
http://jtds.sourceforge.net/faq.html