Apache::PHLogin - authenticates via a PH database


NAME

Apache::PHLogin - authenticates via a PH database


SUPPORTED PLATFORMS


SYNOPSIS

 #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


DESCRIPTION

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>.


SEE ALSO

mod_perl(1), Apache::AuthenCache(3), Net::PH(3)


AUTHOR

John Groenveld <groenveld@acm.org>


COPYRIGHT

This package is Copyright (C) 1998 by John Groenveld. It may be copied, used and redistributed under the same terms as perl itself.

 Apache::PHLogin - authenticates via a PH database