djhenderson / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Trusted connection parameter missing? #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Looking at the newest 2.0.0b version, I cannot see any trusted connection 
parameter in either pymssql/_mssql. I looked in the source and I also don't see 
any reference to it. Is this no longer supported?

Original issue reported on code.google.com by kevin.d...@gmail.com on 2 Mar 2012 at 4:01

GoogleCodeExporter commented 9 years ago
Try using a connection string like:

'NOTTINGHAM\lancelot'

Which is:

'Domain\user'

and use TDSDUMPCONFIG evironment setting to see what FreeTDS is using to 
connect:

http://www.freetds.org/userguide/logging.htm

Also see: http://www.freetds.org/userguide/domains.htm

Original comment by rsyr...@gmail.com on 2 Mar 2012 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by rsyr...@gmail.com on 6 Mar 2012 at 2:56