You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tedious
I am able to connection with Windows authentication by specifying userName, password and domain in the config supplied to the Connection constructor. I'd prefer something like the ODBC Trusted_Connection=yes, wherein the credentials of the current user are used without being explicitly specified. Is that possible with tedious?
TIA,
Scott
Scott Nichol
unread,
Jan 29, 2016, 7:33:50 PM1/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tedious
I don't believe that what I am looking for is in tedious. If someone wants a reference for implementation, python-tds has a class pytds.login.SspiAuth that is used to specify information for the pytds.connect() function. This only works on Windows, of course, but it's very nice when Windows is the platform as no password needs to be specified.