ISO way to setup a connection string to connect from Linux to SQL Server using an A/D group name. (we do NOT want to use a SQL Login!)
- this link details the setup for a Linux connection to a SQL Server database: https://github.com/mkleehammer/pyodbc/wiki/Connecting-to-SQL-Server-from-Linux
- one of the final instructions during setup is to add a connection string which appears to be using a SQL Login which we do NOT want to use as it violates our companies security policy. We're trying to omit all SQL Logins and utilize Active Directory security in connection strings
BT