Apache-MultiAuth
view release on metacpan or search on metacpan
MultiAuth.pm view on Meta::CPAN
__END__
=head1 NAME
Apache::MultiAuth - Choose from a number of authentication modules at runtime
=head1 SYNOPSIS
Put lines like this in your httpd.conf. In this example authorization is requested
for accessing the directory /test. First the credentials (username, password) are
checked against the module Apache::AuthSybase and then against the module
Apache::AuthenSmb. If any of them succeeds, access to /test is granted.
# in httpd.conf
# Important : if not set apachectl configtest will complain about syntax errors
PerlModule Apache::MultiAuth
<Location /test>
AuthName Test
NAME
Apache::MultiAuth - Choose from a number of authentication
modules at runtime
SYNOPSIS
Put lines like this in your httpd.conf. In this example
authorization is requested for accessing the directory /test.
First the credentials (username, password) are checked against
the module Apache::AuthSybase and then against the module
Apache::AuthenSmb. If any of them succeeds, access to /test is
granted.
# in httpd.conf
# Important : if not set apachectl configtest will complain about syntax errors
PerlModule Apache::MultiAuth
<Location /test>
( run in 0.763 second using v1.01-cache-2.11-cpan-49f99fa48dc )