LWP-Authen-Negotiate version 0.05

LWP::Authen::Negotiate
ist a authentication plugin for LWP.
Just install the module,
LWP uses it as a plugin.

WWW-Negotiate supporting Webservers are IIS or Apache with mod_auth_kerb for example.

To see what ist going on add

use LWP::Debug qw(+);

to yor LWP using Scripts.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

Ensure you GSSAPI installation is working correctly!

DEPENDENCIES

This module requires these other modules and libraries:

MIME::Base64 "2.12";
GSSAPI 0.18

SUPPORT
<http://perlgssapi.sourceforge.net/>

AUTHOR

Achim Grolms
with a lot of help from
Leif Johansson

COPYRIGHT AND LICENCE

Copyright (C) 2006 by Achim Grolms <perl@grolmsnet.de>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.