Apache2-AuthCookieLDAP
view release on metacpan or search on metacpan
lib/Apache2/AuthCookieLDAP.pm view on Meta::CPAN
use Apache2::Connection;
use Apache2::RequestRec;
use Apache2::Log;
use Apache2::Const -compile => qw(:log);
use APR::Const -compile => qw(:error ENOTIME SUCCESS);
use English qw(-no_match_vars);
use Digest::MD5 qw(md5_hex);
use Crypt::CBC;
use Crypt::DES;
use Net::LDAP;
use constant CIPHER_TYPES => qw(DES IDEA Blowfish Blowfish_PP);
use constant LOG_LEVELS => {
emerg => Apache2::Const::LOG_EMERG,
alert => Apache2::Const::LOG_ALERT,
crit => Apache2::Const::LOG_CRIT,
err => Apache2::Const::LOG_ERR,
warn => Apache2::Const::LOG_WARNING,
( run in 0.231 second using v1.01-cache-2.11-cpan-9a3d99fc6dc )