Search code examples
sql-serverntlmdbeaver

Connect to SQL Server with Windows Authentication using DBeaver


I'm using Dbeaver on macOs Big Sur 11.6.1, trying to connect SQL Server with domain/windows auth(NTLM) but its getting error;

Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. ClientConnectionId:14e96772-fd07-45ef-aefb-7816713f7723

I can successfully connect to different database with standart sql auth on domain. Its problem with windows auth/domain auth. But I can connect to db with windows auth on virtual machine.

Authentication method : Windows Authentication - DBeaver Version : Version 21.3.1.xx

Connection settings;

enter image description here enter image description here enter image description here


Solution

  • The problem was caused by the system language. After setting my system language to English, it's working properly.