1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: ntlm-wb 5Help: Use HTTP NTLM authentication with winbind 6Protocols: HTTP 7Category: auth http 8Added: 7.22.0 9Multi: mutex 10See-also: 11 - ntlm 12 - proxy-ntlm 13Example: 14 - --ntlm-wb -u user:password $URL 15--- 16 17# `--ntlm-wb` 18 19Enables NTLM much in the style --ntlm does, but hand over the authentication 20to the separate binary `ntlmauth` application that is executed when needed. 21