Apache-AuthCookieDBIRadius
view release on metacpan or search on metacpan
AuthCookieDBIRadius.pm view on Meta::CPAN
# private
<Directory /home/httpd/html/private>
AuthType Apache::AuthCookieDBIRadius
AuthName Portal
PerlSetVar PortalDBI_b on
PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
require valid-user
</Directory>
# calendar
<Directory /home/httpd/html/calendar>
AuthType Apache::AuthCookieDBIRadius
AuthName Portal
PerlSetVar PortalDBI_a on
PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
require valid-user
</Directory>
=head1 DESCRIPTION
# private
<Directory /home/httpd/html/private>
AuthType Apache::AuthCookieDBIRadius
AuthName Portal
PerlSetVar PortalDBI_b on
PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
require valid-user
</Directory>
# calendar
<Directory /home/httpd/html/calendar>
AuthType Apache::AuthCookieDBIRadius
AuthName Portal
PerlSetVar PortalDBI_a on
PerlAuthenHandler Apache::AuthCookieDBIRadius->authenticate
PerlAuthzHandler Apache::AuthCookieDBIRadius->authorize
require valid-user
</Directory>
( run in 1.265 second using v1.01-cache-2.11-cpan-39bf76dae61 )