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 

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.236 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )