cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH 2/2] ntlm_wb: Avoid invoking ntlm_auth helper with empty username

From: Michael Osipov <1983-01-06_at_gmx.net>
Date: Fri, 11 Jul 2014 13:28:17 +0200

Am 2014-07-11 13:19, schrieb David Woodhouse:
> On Fri, 2014-07-11 at 13:04 +0200, Michael Osipov wrote:
>> Why do you provide a slash as a breaking char too? Backslash is the
>> only used char to separate domain from samaccountname.
>
> I didn't even look at that part — it's just in the context of my patch.
>
> I assume it's to allow people to specify the user on the command line
> with a slash instead of a backslash?

Backslash isn't a problem as long as you do:

$ curl --ntlm -u DOM\\michaelo http://...

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-07-11