mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:43:32 +03:00
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
This commit is contained in:
parent
a14d72ca2f
commit
a9499ff136
14 changed files with 358 additions and 4 deletions
|
|
@ -385,6 +385,8 @@ static const struct helptxt helptext[] = {
|
|||
"Wait time between retries"},
|
||||
{" --retry-max-time <seconds>",
|
||||
"Retry only within this period"},
|
||||
{" --sasl-authzid <identity> ",
|
||||
"Use this identity to act as during SASL PLAIN authentication"},
|
||||
{" --sasl-ir",
|
||||
"Enable initial response in SASL authentication"},
|
||||
{" --service-name <name>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue