Apache::Authen - Building blocks for mod_perl PerlAuthenHandler's
use Apache::Authen ()
Building blocks for mod_perl PerlAuthenHandler's
- Apache::Authen->check($r, \%attr)
-
This method looks up the username and password via HTTPD::UserAdmin testing
for a valid password if user is found. Returns
OK upon success, otherwise returns AUTH_REQUIRED.
$r is a request_rec object blessed into the the Apache manpage class.
\%attr is a hash reference passed to HTTPD::UserAdmin->new.
Apache, HTTPD::UserAdmin(3), Apache::AuthenDBI(3)
Doug MacEachern