master-server/deps/curl/docs/cmdline-opts/ntlm.md

29 lines
820 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: ntlm
2024-05-15 15:20:32 -04:00
Help: HTTP NTLM authentication
2023-12-11 20:30:44 -05:00
Mutexed: basic negotiate digest anyauth
Protocols: HTTP
Requires: TLS
Category: auth http
Added: 7.10.6
Multi: mutex
2024-05-15 15:20:32 -04:00
See-also:
- proxy-ntlm
Example:
- --ntlm -u user:password $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--ntlm`
Use NTLM authentication. The NTLM authentication method was designed by
2023-12-11 20:30:44 -05:00
Microsoft and is used by IIS web servers. It is a proprietary protocol,
reverse-engineered by clever people and implemented in curl based on their
efforts. This kind of behavior should not be endorsed, you should encourage
everyone who uses NTLM to switch to a public and documented authentication
method instead, such as Digest.
If you want to enable NTLM for your proxy authentication, then use
--proxy-ntlm.