mirror of
https://github.com/curl/curl.git
synced 2026-05-23 03:46:19 +03:00
- protocols MUST match one in the accept-list - protocols are typically all uppercase - drop All - use SCP and SFTP instead of SSH - add Protocols: to some options previously missing one Closes #18675
20 lines
493 B
Markdown
20 lines
493 B
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: sasl-ir
|
|
Help: Initial response in SASL authentication
|
|
Protocols: LDAP IMAP POP3 SMTP
|
|
Added: 7.31.0
|
|
Category: auth
|
|
Multi: boolean
|
|
See-also:
|
|
- sasl-authzid
|
|
Example:
|
|
- --sasl-ir imap://example.com/
|
|
---
|
|
|
|
# `--sasl-ir`
|
|
|
|
Enable initial response in SASL authentication. Such an "initial response" is
|
|
a message sent by the client to the server after the client selects an
|
|
authentication mechanism.
|