johnf wrote: > On Tuesday 19 June 2007 13:56, Carl Karsten wrote: >> Dig up the URLs I posted to the code that pymssql relies on. I am pretty >> sure the 'flag' for win auth is the slash in the user name. pretty sure >> that is the only thing in the username that actually gets used
> Carl would mind posting the URL again. I use FreeTDS and have no idea what > is > replacing FreeTDS on windows. Or is it possible a windows version of FreeTDS > is being used? "You might want to use another email client that doesn't immediately delete messages. This way, if there is something from 12 messages ago you want to see, you can view that message directly." :) http://www.freetds.org/userguide/domains.htm """ Domain logins can be used only with TDS protocol versions 7.0 and 8.0. As mentioned in the installation chapter, Microsoft SQL Server includes the ability to use domain logins instead of standard server logins. The advantage of doing this is that the passwords are encrypted on the wire using a challenge-response protocol. FreeTDS began supporting domain logins in version 0.60. To use domain logins, use the 'DOMAIN\username' syntax for the username and use the domain password. When FreeTDS sees the "\" character, it automatically chooses a domain login. """ Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
