Apache::PHLogin - authenticates via a PH database
#in .htaccess AuthName MyPHLoginAuth AuthType Basic PerlAuthenHandler Apache::PHLogin::handler
PerlSetVar PHLogin_host ph.psu.edu PerlSetVar PHLogin_port 105 PerlSetVar PHLogin_timeout 5
Options Indexes FollowSymLinks ExecCGI
require valid-user
The PH(CCSO) Nameserver is a database commonly used as an online phonebook server for organizations. See http://people.qualcomm.com/ppomes/ph.html for details. This module uses the Net::PH module by Graham Barr <gbarr@pobox.com> and Alex Hristov <hristov@slb.com>.
mod_perl(1), Apache::AuthenCache(3), Net::PH(3)
John Groenveld <groenveld@acm.org>
This package is Copyright (C) 1998 by John Groenveld. It may be copied, used and redistributed under the same terms as perl itself.