ntlm.md (820B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: ntlm 5 Help: HTTP NTLM authentication 6 Mutexed: basic negotiate digest anyauth 7 Protocols: HTTP 8 Requires: TLS 9 Category: auth http 10 Added: 7.10.6 11 Multi: mutex 12 See-also: 13 - proxy-ntlm 14 Example: 15 - --ntlm -u user:password $URL 16 --- 17 18 # `--ntlm` 19 20 Use NTLM authentication. The NTLM authentication method was designed by 21 Microsoft and is used by IIS web servers. It is a proprietary protocol, 22 reverse-engineered by clever people and implemented in curl based on their 23 efforts. This kind of behavior should not be endorsed, you should encourage 24 everyone who uses NTLM to switch to a public and documented authentication 25 method instead, such as Digest. 26 27 If you want to enable NTLM for your proxy authentication, then use 28 --proxy-ntlm.