We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please build libcurl/curl with SPNEGO support so we can make requests to Kerberos-enabled services.
libcurl
Options that curl was built with (from curl -V output) from RHEL 7.6 as an example:
curl -V
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets
from Anaconda:
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy
Missing libcurl options build option to add GSS-Negotiate support:
GSS-Negotiate
GSSAPI support: no (--with-gssapi) SNPEGO support: no (--with-spnego)
Thank you.
The text was updated successfully, but these errors were encountered:
Add SPNEGO support
5fa5b21
As proposed in conda-forge#55 Thank you.
No branches or pull requests
Please build
libcurl
/curl with SPNEGO support so we can make requests to Kerberos-enabled services.Options that curl was built with (from
curl -V
output)from RHEL 7.6 as an example:
from Anaconda:
Missing
libcurl
options build option to addGSS-Negotiate
support:Thank you.
The text was updated successfully, but these errors were encountered: