in reply to Re: WWW::Mechanize with NTLM authentication
in thread WWW::Mechanize with NTLM authentication

Authen::NTLM is installed

Do I also need to use LWP::Authen::NTLM?

I'm guessing all I need to do is import one of the two and proceed as before.

Replies are listed 'Best First'.
Re^3: WWW::Mechanize with NTLM authentication
by runrig (Abbot) on Sep 04, 2013 at 23:12 UTC
    No, if you call credentials() just like the docs say to (one thing I see is that you have 'domain/user' instead of "domain\\user"), then the libary gets imported automatically. You don't need to mention NTLM in your program.
      How can I use Authen::NTLM?

      It keeps saying I need Crypt::DES and Digest::MD4 modules. Do I also import these into C:\Python27\lib?
        I imagine you have more modules to install (yes, I see NTLM uses DES and MD4). Not sure why you'd want to install them in a python directory though..