bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] NTLM auth broken in 1.13.4


From: Tom Merriam
Subject: [Bug-wget] NTLM auth broken in 1.13.4
Date: Tue, 02 Jul 2013 17:28:43 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

After upgrading from squeeze to wheezy, NTLM authentication no longer
works. A command such as

wget --user=user --password=password --server-response
http://server/page.aspx -O file.pdf

fails with this output:

Connecting to 10.1.1.34:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 401 Unauthorized
  Content-Length: 0
  WWW-Authenticate: Negotiate
  WWW-Authenticate: NTLM
  Date: Tue, 02 Jul 2013 22:23:31 GMT
  Connection: close
Unknown authentication scheme.
Authorization failed.

Is this a bug? Or did syntax change and I missed something?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]