[unixODBC-support] domain login fails in isql but works with tsql
Eric Robinson (erirobin)
erirobin at cisco.com
Thu Apr 15 15:07:23 BST 2010
Nick,
I don't feel there is any issue with FreeTDS and the connection works 3
different ways(albeit all provided by FreeTDS):
1) Bypassing freetds.conf via tsql and connecting directly to the db
host like this:
tsql -H <physical db host> -p 1433 -U <domain/userid>
2) Using tsql via the settings in freetds.conf
tsql -S <freetds.conf entry> -p 1433 -U <domain/userid>
3) Using fisql via the settings in freetds.conf
fisql -S <freetds.conf entry> -U <domain/userid>
All of which are provided by freetds.
I only get errors when accessing via UNIXodbc manager.
-----Original Message-----
From: unixodbc-support-bounces at mailman.unixodbc.org
[mailto:unixodbc-support-bounces at mailman.unixodbc.org] On Behalf Of Nick
Gorham
Sent: Thursday, April 15, 2010 3:19 AM
To: Support for the unixODBC project
Subject: Re: [unixODBC-support] domain login fails in isql but works
with tsql
Eric Robinson (erirobin) wrote:
>
> Hi, when trying to connect from Linux to MSSQL Server 2005 via isql my
> connection fails using a NT Domain account.
>
>
>
> Should isql work with a domain account? If so what is the proper
setup?
>
Hi,
You are best asking that question of the FreeTDS folk.
--
Nick
_______________________________________________
unixODBC-support mailing list
unixODBC-support at mailman.unixodbc.org
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-support
More information about the unixODBC-support
mailing list