curl-users
curl ntlm failing with domain part
From: Fábio Gomes <flgoms_at_yahoo.com.br>
Date: Mon, 13 Sep 2010 07:13:08 -0700 (PDT)
Date: Mon, 13 Sep 2010 07:13:08 -0700 (PDT)
Hi guys,
I'm trying to use curl with --ntlm option. It authenticates correctly if I
only supply the username and password without the domain part:
curl -u USER:PASS --ntlm URI
But when I supply the domain part of the user/pass pair it fails:
curl -u DOMAIN\USER:PASS --ntlm URI
It works correctly with Firefox.
Is there anything missing? Does anyone have any tip? I've tried using quotes
and it didn't help either.
Thanks,
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-09-13