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

Vendor libgss when static-curl and spnego features are set #481

Open
hhirtz opened this issue Nov 28, 2022 · 0 comments
Open

Vendor libgss when static-curl and spnego features are set #481

hhirtz opened this issue Nov 28, 2022 · 0 comments

Comments

@hhirtz
Copy link

hhirtz commented Nov 28, 2022

For spnego authentication to work, curl needs to be built with "a suitable GSS-API library or SSPI on Windows" [0].

Right now, the build fails if static-curl and spnego features are set, and no suitable lib is found. What do you think of vendoring this dependency in this case?

This is for proxy authentication support in cargo:
rust-lang/cargo#7330
rust-lang/cargo#11433

[0] https://docs.rs/curl/0.4/curl/easy/struct.Auth.html#method.gssnegotiate

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

No branches or pull requests

1 participant