Skip to content
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

Support SQL Server integrated security on *nix by enabling integrated-auth-gssapi feature in tiberius #4974

Open
andrew-dias opened this issue Aug 8, 2024 · 0 comments · May be fixed by #4980

Comments

@andrew-dias
Copy link

I would like to use SQL Server's "integrated security" authentication when running Prisma on a Linux machine, but Prisma only supports this mode on Windows.

The SQL Server driver used by Prisma is https://github.com/prisma/tiberius, and this library can apparently support integrated authentication on *nix by enabling the integrated-auth-gssapi feature (see https://github.com/prisma/tiberius#integrated-authentication-trustedconnection-on-nix).

Would it be possible to enable this flag? I am guessing this would be done in quaint/Cargo.toml. Would that actually give Prisma the ability to use SQL Server integrated security from Linux?

Apologies if this request doesn't make sense, since I don't have any real Rust knowledge or real understanding of how all these projects work together in Prisma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant