Apache-AuthCookieNTLM
view release on metacpan or search on metacpan
lib/Apache/AuthCookieNTLM.pm view on Meta::CPAN
Apache::AuthCookieNTLM is an interface to Shannon Peevey's
Apache::AuthenNTLM module. This modules authenticates a user
using their Windows login against the Windows PDC, but to also
stores their login name into a cookie. This means that it can be
accessed from other pages and stops the system having to
authenticate for every request.
We did consider using Apache::AuthCookie to store the details in a
cookie but since using NTLM is basicaly there to remove the need
to login and is almost exclusively for intranets (as it needs access
to the PDC), we decided it was feasible not to use it.
=head1 APACHE CONFIGURATION
Please consult the Apache::AuthenNTLM documentation for more details on
the NTLM configuration.
'WhatEver' should be replaced with the AuthName you choose
for this location's authentication.
=head2 PerlSetVar WhatEverName
( run in 0.786 second using v1.01-cache-2.11-cpan-de7293f3b23 )