Please please use html tags to format your question to make it more readable.
The response header:
Client-Warning = Unsupported authentication scheme 'ntlm'
gives away that LWP cannot support the 'ntlm' authentication scheme. This is because a module 'LWP::Authen::ntlm' is missing.
Now you probably have a module called ´ LWP:Authen::Ntlm' in your @INC library path. However notice the difference in case for the 'N' in the name!
The workaround (I can't test it myself) would be to copy the library module file 'Ntlm' in directory '../LWP/Authen' to 'ntlm' all lowercase. Also edit this file to change the package name to lowercase as well.
Unless Microsoft has made more changes to the protocol this should do the trick.
When it works out well, please inform the CPAN author of the LPW::Authen::Ntlm module so that an enhancement can be made.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.