mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
505 B
Plaintext
11 lines
505 B
Plaintext
This module provides methods for authenticating a user.
|
|
It uses HTTPD::UserAdmin to lookup passwords in a
|
|
database. Subclasses provide methods specific to the
|
|
authentication mechanism.
|
|
|
|
Currently, under HTTP/1.0 the only supported
|
|
authentication mechanism is Basic Authentication. NCSA
|
|
Mosaic and NCSA HTTPd understand the proposed Message
|
|
Digest Authentication, which should make it into the HTTP
|
|
spec someday. This module supports both.
|