ntlm authentication

Grant Edwards grante at visi.com
Mon Jul 21 11:04:40 EDT 2008


On 2008-07-21, Tim Golden <mail at timgolden.me.uk> wrote:
> Neuberger, Sheldon N. wrote:
>> Is there any way to make urllib2 handle NTLM authentication?
>
> Frankly, I'd hate to try. Have a look at this:
>
> http://sourceforge.net/projects/ntlmaps/

Here's a library that can be used to handle the NTLM
authentication stuff:

  http://josefsson.org/libntlm/

There's no reason you couldn't translate it into Python (or
just call it).

-- 
Grant Edwards                   grante             Yow! I wonder if I could
                                  at               ever get started in the
                               visi.com            credit world?



More information about the Python-list mailing list