From a14d72ca2fec5d4eb5a043936e4f7ce08015c177 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 17 Apr 2019 23:47:51 +0100 Subject: sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID Added the ability for the calling program to specify the authorisation identity (authzid), the identity to act as, in addition to the authentication identity (authcid) and password when using SASL PLAIN authentication. Fixed #3653 Closes #3790 --- packages/OS400/curl.inc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 8e36bac3b..61405bd13 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -1418,6 +1418,8 @@ d c 10287 d CURLOPT_MAXAGE_CONN... d c 00288 + d CURLOPT_SASL_AUTHZID... + d c 10289 * /if not defined(CURL_NO_OLDIES) d CURLOPT_FILE c 10001 -- cgit v1.2.3