Authenticate from Linux to Windows SQL Server with pyodbc
问题 I am trying to connect from a linux machine to a windows SQL Server with pyodbc. I do have a couple of constraints: Need to log on with a windows domain account Need to use python3 Need to do it from Linux to Windows Need to connect to a specific instance I set up the environment as described by microsoft and have it working (I can import pyodbc and use the configured mussel driver). I am not familiar with Windows domain authentication and what not, so there is where my problem is. My