mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 15:50:48 -04:00
NTLM requires windows or OpenSSL. If you build with GnuTLS for example you
do not get NTLM support enabled.
This commit is contained in:
parent
20f1966c0e
commit
b433e4a1e7
@ -461,7 +461,8 @@ HTTP NTLM authentication. A proprietary protocol invented and used by
|
|||||||
Microsoft. It uses a challenge-response and hash concept similar to Digest, to
|
Microsoft. It uses a challenge-response and hash concept similar to Digest, to
|
||||||
prevent the password from being eavesdropped.
|
prevent the password from being eavesdropped.
|
||||||
|
|
||||||
You need to build libcurl with SSL support for this option to work.
|
You need to build libcurl with OpenSSL support for this option to work, or
|
||||||
|
build libcurl on Windows.
|
||||||
.IP CURLAUTH_ANY
|
.IP CURLAUTH_ANY
|
||||||
This is a convenience macro that sets all bits and thus makes libcurl pick any
|
This is a convenience macro that sets all bits and thus makes libcurl pick any
|
||||||
it finds suitable. libcurl will automatically select the one it finds most
|
it finds suitable. libcurl will automatically select the one it finds most
|
||||||
|
Loading…
x
Reference in New Issue
Block a user