You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello, this would not only be a breaking change, but would also force us to rethink the connection mechanisms for SQL Server.
As this is not one of our high-priority databases to support, as part of our effort to clean up our GitHub repo, we’re closing this issue to help focus on features and improvements that align with our focus areas and those of our community.
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.
The text was updated successfully, but these errors were encountered: