Is there a way to set up a database connection on a site using an Active Directory account to login to an external SQL database? Specifically, what additional parameters should be set for the jdbc url other than what is here in this format to make this work.
jdbc:sqlserver://<server>:<port1433>;DatabaseName=<dbname>
We are on Cloverleaf 6.2.0.1 on AIX.