zillow / ctds

Python DB-API 2.0 library for MS SQL Server
MIT License
83 stars 12 forks source link

Authenticate using Kerberos tickets on MacOS/Linux #89

Open juls858 opened 3 years ago

juls858 commented 3 years ago

Kerberos is supported on non-windows system as specified here: https://www.freetds.org/userguide/domains.html

how does one authenticate using kerberos with CTDS? I have successfully generated a connection object by specifying a domain username and password, but this is not ideal.

joshuahlang commented 3 years ago

Kerberos authentication isn't supported in ctds. I'm not very familiar with it and have never used it myself. It appears it would require some combination of these FreeTDS db-lib options.