blob: 7317adc785dce6c5ed7ae1aff2d6afda2010227c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: ntlm-wb
4Help: Use HTTP NTLM authentication with winbind
5Protocols: HTTP
6See-also: ntlm proxy-ntlm
7Category: auth http
8Example: --ntlm-wb -u user:password $URL
9Added: 7.22.0
10Multi: mutex
11---
12Enables NTLM much in the style --ntlm does, but hand over the authentication
13to the separate binary ntlmauth application that is executed when needed.