diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-11 07:27:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-11 07:27:02 +0000 |
commit | a32eaffa779da793f5ca93206e5ae9ee50f80969 (patch) | |
tree | dc78d2ea512fbf64ebbdb2645ff17754a16f5f17 /docs/FAQ | |
parent | 1dcb99f0f7d0efe70c82fcc70728276444848cda (diff) | |
download | curl-a32eaffa779da793f5ca93206e5ae9ee50f80969.tar.gz |
Daniel Black's clarfication about the NTLM support
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |