-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect MSSQL using Windows Authentication #236
Comments
This is a duplicate of #221. Windows authentication is not supported in FreeTDS yet. |
Kerberos authentication should work since FreeTDS-9.1 according to the NEWS file . But the computer must be joined to the domain of the SQL-Server, see FreeTDS documentation. Even if Microsoft calls this Windows authentication, it isn't limited to Windows by any means. I use this kind of SSO with our PostgreSQL servers and clients cross platform since years. But this is not the same as Azure Active Directory Authentication. |
The error message says you were doing things cross domain, which is not allowed. You need to use credentional manager to get it resolved. Try this doc: https://www.mssqltips.com/sqlservertip/3250/connect-to-sql-servers-in-another-domain-using-windows-authentication/. However, I don't have this problem on Mac even I'm on other domains. |
I have a problem with connecting MSSQL server using Windows Authentication. This is my code:
In freetds.conf
Are options correct? Anyone have any ideas on how to fix?
Thanks
The text was updated successfully, but these errors were encountered: