diff options
author | Steve Holme <steve_holme@hotmail.com> | 2019-04-19 14:26:47 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-05-22 22:55:11 +0100 |
commit | a9499ff136d89987af885e2d7dff0a066a3e5817 (patch) | |
tree | 904b62365fed0947213dfe9d18de1bffa9404739 /src/tool_cfgable.h | |
parent | a14d72ca2fec5d4eb5a043936e4f7ce08015c177 (diff) | |
download | curl-a9499ff136d89987af885e2d7dff0a066a3e5817.tar.gz |
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r-- | src/tool_cfgable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index e374a7f0e..48b7b5588 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -97,6 +97,7 @@ struct OperationConfig { char *mail_from; struct curl_slist *mail_rcpt; char *mail_auth; + char *sasl_authzid; /* Authorisation identity (identity to use) */ bool sasl_ir; /* Enable/disable SASL initial response */ bool proxytunnel; bool ftp_append; /* APPE on ftp */ |