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

Daniel Black's clarfication about the NTLM support

parent 1dcb99f0
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,9 @@ FAQ
4.9 Curl can't authenticate to the server that requires NTLM?
This is supported in curl 7.10.6 or later. No earlier curl version knows
of this magic.
of this magic. Later versions require the OpenSSL or Microsoft Windows
libraries to provide this functionality. Using GnuTLS or NSS libraries will
not provide NTLM authentication functionality in curl.
NTLM is a Microsoft proprietary protocol. Proprietary formats are evil. You
should not use such ones.
......
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