1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: ntlm-wb 5Help: HTTP NTLM authentication with winbind 6Protocols: HTTP 7Category: deprecated 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 19Deprecated option (added in 8.8.0). 20 21Enabled NTLM much in the style --ntlm does, but handed over the authentication 22to a separate executable that was executed when needed. 23