Skip to content
Snippets Groups Projects
Commit 92f841ae authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

NTLM: is supported in GnuTLS builds too

... since commit 9a4c887c introduced in libcurl 7.19.4
parent 9fafa685
No related branches found
No related tags found
No related merge requests found
......@@ -1064,8 +1064,8 @@ HTTP NTLM authentication. A proprietary protocol invented and used by
Microsoft. It uses a challenge-response and hash concept similar to Digest, to
prevent the password from being eavesdropped.
You need to build libcurl with either OpenSSL or NSS support for this option
to work, or build libcurl on Windows.
You need to build libcurl with either OpenSSL, GnuTLS or NSS support for this
option to work, or build libcurl on Windows.
.IP CURLAUTH_NTLM_WB
NTLM delegating to winbind helper. Authentication is performed by a separate
binary application that is executed when needed. The name of the application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment