Apache2-AuthenNTLM-Cookie
view release on metacpan or search on metacpan
Apache2-AuthenNTLM-Cookie
DESCRIPTION
This module extends L<Apache2::AuthenNTLM> with a cookie mechanism.
The parent module L<Apache2::AuthenNTLM> performs user authentication
via Microsoft's NTLM protocol; thanks to this mechanism, users are
automatically recognized from their Windows login, without having to
type a username and password. The server does not have to be a Windows
machine : it can be any platform, provided that it has access to a
Windows domain controller. On the client side, both Microsoft
Internet Explorer and Mozilla Firefox implement the NTLM protocol.
The NTLM handshake involves several packet exchanges, and furthermore
requires serialization through an internal semaphore. Therefore,
in order to improve performance, the present module saves the result
of that handshake in a cookie, so that the next request gets an
immediate answer.
lib/Apache2/AuthenNTLM/Cookie.pm view on Meta::CPAN
... # see other configuration params in Apache2::AuthenNTLM
</Location>
=head1 DESCRIPTION
This module extends L<Apache2::AuthenNTLM> with a cookie mechanism.
The parent module L<Apache2::AuthenNTLM> performs user authentication
via Microsoft's NTLM protocol; thanks to this mechanism, users are
automatically recognized from their Windows login, without having to
type a username and password. The server does not have to be a Windows
machine : it can be any platform, provided that it has access to a
Windows domain controller. On the client side, both Microsoft
Internet Explorer and Mozilla Firefox implement the NTLM protocol.
The NTLM handshake involves several packet exchanges, and furthermore
requires serialization through an internal semaphore. Therefore,
in order to improve performance, the present module saves the result
of that handshake in a cookie, so that the next request gets an
immediate answer.
( run in 1.209 second using v1.01-cache-2.11-cpan-49f99fa48dc )