docs/cmdline-opts: the auth types are not mutually exclusive

They are booleans

URL: https://curl.se/mail/archive-2025-07/0019.html
Closes #18059
This commit is contained in:
Daniel Stenberg 2025-07-28 13:23:35 +02:00
parent 21e885eb39
commit e82c172e9f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
9 changed files with 8 additions and 10 deletions

View File

@ -6,7 +6,7 @@ Help: Pick any authentication method
Protocols: HTTP
Category: http proxy auth
Added: 7.10.6
Multi: mutex
Multi: custom
See-also:
- proxy-anyauth
- basic

View File

@ -6,7 +6,7 @@ Help: HTTP Basic Authentication
Protocols: HTTP
Category: auth
Added: 7.10.6
Multi: mutex
Multi: boolean
See-also:
- proxy-basic
Example:

View File

@ -4,7 +4,6 @@ SPDX-License-Identifier: curl
Long: digest
Help: HTTP Digest Authentication
Protocols: HTTP
Mutexed: basic ntlm negotiate
Category: proxy auth http
Added: 7.10.6
Multi: boolean

View File

@ -6,7 +6,7 @@ Help: Use HTTP Negotiate (SPNEGO) authentication
Protocols: HTTP
Category: auth http
Added: 7.10.6
Multi: mutex
Multi: boolean
See-also:
- basic
- ntlm

View File

@ -3,12 +3,11 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: ntlm
Help: HTTP NTLM authentication
Mutexed: basic negotiate digest anyauth
Protocols: HTTP
Requires: TLS
Category: auth http
Added: 7.10.6
Multi: mutex
Multi: boolean
See-also:
- proxy-ntlm
Example:

View File

@ -5,7 +5,7 @@ Long: proxy-anyauth
Help: Pick any proxy authentication method
Added: 7.13.2
Category: proxy auth
Multi: mutex
Multi: custom
See-also:
- proxy
- proxy-basic

View File

@ -5,7 +5,7 @@ Long: proxy-basic
Help: Use Basic authentication on the proxy
Category: proxy auth
Added: 7.12.0
Multi: mutex
Multi: boolean
See-also:
- proxy
- proxy-anyauth

View File

@ -5,7 +5,7 @@ Long: proxy-digest
Help: Digest auth with the proxy
Category: proxy tls
Added: 7.12.0
Multi: mutex
Multi: boolean
See-also:
- proxy
- proxy-anyauth

View File

@ -5,7 +5,7 @@ Long: proxy-ntlm
Help: NTLM authentication with the proxy
Category: proxy auth
Added: 7.10.7
Multi: mutex
Multi: boolean
See-also:
- proxy-negotiate
- proxy-anyauth