ILIAS
Release_4_0_x_branch Revision 61816
|
PEAR::Auth_HTTP. More...
PEAR::Auth_HTTP.
The PEAR::Auth_HTTP class provides methods for creating an HTTP authentication system based on RFC-2617 using PHP.
Instead of generating an HTML driven form like PEAR::Auth does, this class sends header commands to the clients which cause them to present a login box like they are e.g. used in Apache's .htaccess mechanism.
This class requires the PEAR::Auth package.
The HTTP Digest Authentication part is based on authentication class written by Tom Pike tom.p ike@ xiven .com