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

21 lines
466 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-wb
2024-05-15 15:20:32 -04:00
Help: HTTP NTLM authentication with winbind
2023-12-11 20:30:44 -05:00
Protocols: HTTP
Category: auth http
Added: 7.22.0
Multi: mutex
2024-05-15 15:20:32 -04:00
See-also:
- ntlm
- proxy-ntlm
Example:
- --ntlm-wb -u user:password $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--ntlm-wb`
2023-12-11 20:30:44 -05:00
Enables NTLM much in the style --ntlm does, but hand over the authentication
2024-05-15 15:20:32 -04:00
to the separate binary `ntlmauth` application that is executed when needed.