Hi,
I was wondering if someone else has had this issue before. Currently installed ubuntu 16.04 with Microsoft SQL on linux. I connected the ubuntu to the domain and configured SPN. I used this tutorial https://port1433.com/2017/09/19/active-directory-authentication-with-sql-server-on-ubuntu/
whats bugging me is that i can sqlcmd to server authenticating with the user on the AD called sileno, and the SQL linux server is called hercules
Text
root@hercules:~# sqlcmd -S 192.168.3.132 -Q 'select @@VERSION' ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU15)...