P
Prisma2mo ago
Rolf

Tiberius integrated authentication broken on Unix platforms with libgssapi

Hello! We are using your Tiberius library and are currently in the process of migrating from Windows to Linux. However, the integrated authentication is broken when using debug mode to build due to safeties added in Rust. This is fixed in Libgssapi (https://github.com/estokes/libgssapi/pull/23). Therefore this library needs to be bumped. There is currently an active PR with a fix: https://github.com/prisma/tiberius/pull/372 but it seems it has been there for some time without any activity. Is this something you guys are willing to fix?
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
From An unknown user
From An unknown user
From An unknown user
GitHub
Fix GSSAPI Kerberos Authentication in Debug Mode by greenlonk · Pu...
Problem When using AuthMethod::IntegratedSecurity on Windows, the library behaves just as you would expect. However, when I tried to run my code on a Linux machine with proper Kerberos authenticati...
4 Replies
Prisma AI Help
Prisma AI Help2mo ago
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into #ask-ai if you get antsy for a second opinion!
Nurul
Nurul2mo ago
Hey! Let me check with team internally and get back to you with an update
Rolf
RolfOP2mo ago
Hi! Fantastic you guys got that PR merged. Thank you so much, when can we expect it to be available on crates.io?
Nurul
Nurul2mo ago
Yes, the PR was merged yesterday. I am not sure about the timeline for it to be available on crates.io I would recommend that you can just use it as a git dependency to unblock yourself.

Did you find this page helpful?