Connecting to MS SQL using Kerberos Authentication
FreeTDS is as set of libraries that allows programs to talk to MS SQL Server. It doesn't currently support Kerberos authentication, however, so you'll need to rebuild the freetds package to enable the flag.
Rebuilding FreeTDS
- Pull down the existing recipe for the current conda packages for
freetdslocated here: https://github.com/AnacondaRecipes/freetds-feedstock
git clone https://github.com/AnacondaRecipes/freetds-feedstock.git