Forum Discussion
vivekat396
Sep 23, 2023Copper Contributor
Steps how to configure SQL Server on Windows m/c using Windows Auth and connect from remote Linux
Hello Experts,
can some one guide us how to configure SQL Server on Windows with Windows Auth and connect from a linux remote server
1- SQL Server is on Windows Server
2- Want to Configure SQL Server to use Windows Auth
3- I want to connect to SQL Server from remote Linux Server such as RHEL using some client tool\
like a jdbc code , sql cmd or dbeaver tool
2 Replies
- roz_tux
Microsoft
You can reference this doc https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-containers-ad-auth-adutil-tutorial?view=sql-server-ver16.
You don't need to join your linux in windows domain, just configure the krb5.conf. If you having some issue with the steps, feel free to open tickets to Microsoft. There will be professional team helping you troubleshooting the issue.
- olafhelperBronze ContributorTo use Windows authentication for SQL Server logon the (Linux) machine must be joined to the Windows domain, otherwise it's not possible.