denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
192 stars 53 forks source link

NTLMAuth Domain Change #79

Closed susodapop closed 6 years ago

susodapop commented 6 years ago

I added a domain keyword argument to NtlmAuth. NTLM authorization fails on MacOS unless this value is updated. The change preserves its current behavior while allowing users to override the default without modifying the library source-code.