curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURLOPT_LOGIN_OPTIONS to select multiple ones?

From: Patrick Monnerat <patrick_at_monnerat.net>
Date: Thu, 5 Jul 2018 12:26:55 +0200

On 07/05/2018 11:35 AM, Volker Schmid wrote:
>
>
> Am 03.07.2018 um 17:06 schrieb Volker Schmid:
>>
>> So, how to simply exclude GSSAPI or make CURLOPT_LOGIN_OPTIONS
>> accepting multiple values like "AUTH=NTLM CRAM-MD5 LOGIN PLAIN"?
>>
Try "AUTH=NTLM;AUTH=CRAM-MD5;AUTH=LOGIN;AUTH=PLAIN"
I do not have the infrastructure to test it here, but it should work.
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-07-05