bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] wget 1.11.4 can no longer authenticate using NTLM for IIS


From: Micah Cowan
Subject: Re: [Bug-wget] wget 1.11.4 can no longer authenticate using NTLM for IIS 6.0 & Sharepoint Sites?
Date: Thu, 13 Nov 2008 00:18:26 -0800
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bryan Hoffpauir wrote:
> ---response begin---
> HTTP/1.1 401 Access denied
> Connection: close
> Date: Sun, 02 Nov 2008 06:38:24 GMT
> Server: Microsoft-IIS/6.0
> WWW-Authenticate: NTLM
> MicrosoftSharePointTeamServices: 12.0.0.6315
> X-Powered-By: ASP.NET
> Content-type: text/html
> 
> ---response end---
> 401 Access denied
> Closed fd 1892
> Unknown authentication scheme.

    ^^^

So, I missed that line the last time I looked here. That line is output
in just one place, and is a fairly straightforward bit of code (in
http.c, a little ways below a call to known_authentication_scheme_p,
which determines when the message is displayed). The fact that you're
seeing this message means that your copy of Wget was built without
support for NTLM.

It's unlikely that you explicitly disabled it; most likely you didn't
have openssl and its associated headers installed where the configure
script could find it. The current development sources will now tell you
which compile-time options it was built with, but that won't help you
for Wget 1.11.x.

You mentioned you'd be willing to try out patches, so I'm guessing this
means you have a build environment. When you do your build, look
carefully at what config.log says it set LIBSSL to. If it's empty, it
didn't find a suitable SSL library. (Another way to check is if your
Wget balks at https URLs with "unsupported scheme" messages.)

If you didn't build the copy of Wget 1.11.4 you were first having
trouble with, please report this issue to the packager from whom you
obtained it.

Please tell me one way or another whether this fixes your problem, so I
can close out this issue with confidence, or update it with new information.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer.
GNU Maintainer: wget, screen, teseq
http://micah.cowan.name/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkb4tIACgkQ7M8hyUobTrFDyQCeN5xlijw7FsCPW5jm92sMgG+2
Zn4An1RCOxTb/VbHyuAIUXpNj9yObPhN
=w5YD
-----END PGP SIGNATURE-----




reply via email to

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