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