in reply to Re^6: LWP::UserAgent Authentication
in thread LWP::UserAgent Authentication
The response header:
gives away that LWP cannot support the 'ntlm' authentication scheme. This is because a module 'LWP::Authen::ntlm' is missing.Client-Warning = Unsupported authentication scheme 'ntlm'
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.
|
|---|