1

I have been using Navicat SQL on Mac (Snow Leopard) to connect to MS 2005 via "Basic Auth" and all is good. However the DB is now being migrated to MS 2008 and try as I might I cant get on via Windows Auth. I get the message...

[FreeTDS][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. [FreeTDS][SQL Server]Unable to connect to data source

Any Ideas would be v greatfuly accepted. Many Thanks.

Hopeful
  • 11
  • 2
  • Is SQL Authentication not going to be supported on the new SQL 2008 server? – mrdenny Mar 14 '13 at 01:08
  • Have you considered a jumpbox/management server (security wise also more a best practice) – Ace Jul 02 '22 at 03:09
  • This might be helpful also: https://catbaba.com/connecting-to-sql-server-from-macos-using-windows-authentication-with-a-different-domain-account/ – Ace Jul 02 '22 at 03:13

1 Answers1

0

Please note that Navicat needs to use NTLM for SQL Server connection. You can check the registry key value to see whether it supports responses. If it is set to 5, it will refuse NTLM responses. See http://www.sqlpanda.com/2013/06/ntlmv2-and-freetds.html.

Falcon Momot
  • 24,975
  • 13
  • 61
  • 92