Re: Use libwin32 along with HTTP-DAV?

2010-11-30 Thread Cosimo Streppone
On Mon, 29 Nov 2010 19:13:07 +0100, eckes wrote: I'm currently trying to access a sharepoint server (IIS) using perl. The server allows only login through NTLM. [...] Therefore, I'd like to know: - can I use libwin32 to authenticate via NTLM? - if so, can I take the libwin32 object together

Re: Use libwin32 along with HTTP-DAV?

2010-11-30 Thread Melanie und Markus Erlmann
Hi, the main problem seems to be Authen::NTLM. There are two packages with this name present on CPAN: - (1) http://search.cpan.org/~buzz/NTLM-1.05/ (used along with LWP::Authen::NTLM) - (2) http://search.cpan.org/dist/Authen-NTLM/ (not used) I have tested both of them accessing a sharepoint (I