This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
The following modules make it easier to handle the authorization phase:
AuthCookie Authentication and authorization via cookies AuthzDBI Group authorization via Perl's DBI AuthzNIS NIS authorization AuthzPasswd Authorize against /etc/passwd
All available from CPAN. See the module manpages for more information.
 
Continue to: