Re: NTLM Proxy Authentication?
Clinton Wong (clintdw@netcom.com)
Fri, 16 Apr 1999 14:36:18 -0700 (PDT)
> I have been through the news groups and this list archive and have found very
> little about about using LWP to go through Microsoft NTLM Authenticated Proxy
> Servers. I have tried several different things for this, but have been
> unsuccessful.
>
> Has anyone successfully used a Microsoft Proxy Server using NTLM authentication?
> Any help would be most appreciated.
If the NTLM spec is available somewhere, chances are that LWP::Authen could
support it in the future. After searching altavista, the closest
I got was:
http://www.cifs.com/2ndcifsconf/Microsoft-Leach3/sld011.htm
I'll take a stab at NTLM support if someone sends me the specs.
>I am using the latest ActiveState perl for
> Win32 and it only has LWP::Authen modules for basic and digest. On a seperate
> but related thread, which servers use digest authentication?
Apache can use digest auth.
http://www.apache.org/docs-1.2/mod/mod_digest.html
Something I've been wondering: what browsers use digest auth?
And how many servers are set up to ask for digest in addition
to basic auth? (Would netcraft have the stats?)
Clinton