Apache2-AuthCASpbh AuthCASpbh is a framework for integrating CAS SSO support into the Apache web server using mod_perl. It can authenticate Apache resources via CAS, perform authorization via CAS attributes, acquire proxy granting tickets, and provides a client allowing transparent access to other CAS applications via proxy authentication. It automatically manages sessions using Apache::Session (currently via sqlite, but other mechanisms could be used) and provides mod_perl based applications access to session state and attributes. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Apache2::AuthCASpbh LICENSE AND COPYRIGHT Copyright (C) 2018 Paul B. Henson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/