cURL / Mailing Lists / curl-users / Single Mail

curl-users

Aw: Negotiate broken even with "-u :"

From: Michael-O <1983-01-06_at_gmx.net>
Date: Wed, 29 Jan 2014 10:06:08 +0100 (CET)

Hi,

>
> Hello curl-users,
>
> While upgrading an admittedly ancient installation from 7.18.0 to 7.34.0, I discovered that a number of our scripts which use SPNEGO (+ Kerberos) authentication broke. Specifically, this no longer works:
>
> curl --negotiate -u : http://internal.server.name/resource
>
> However, it works if a non-empty username/password is specified:
> curl --negotiate -u ignored:ignored http://internal.server.name/resource

Are you really sure about that?. I use that option quite often and it does work with '-u :' here.

Mike
-------------------------------------------------------------------
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 2014-01-29