freebsd-ports/www/mod_authnz_external/pkg-descr
Li-Wen Hsu 6c8ba324b4 Add mod_authnz_external 3.1.0, allows users authentication based on
external mechanisms on apache 2.2.

PR:		ports/110877
Submitted by:	José García Juanino <jjuanino at gmail.com>
Approved by:	clsung (mentor)
2007-04-13 16:26:57 +00:00

11 lines
619 B
Text

Mod_authnz_external is an Apache module used for authentication. The Apache HTTP
Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process of
checking if the password given is correct for a user. Apache has standard
modules for authenticating out of several different kinds of databases.
Mod_authnz_external is a flexible tool for creating authentication systems based
on other databases.
This port gives the same funcionality as mod_auth_external, but over apache 2.2.
WWW: http://www.unixpapa.com/mod_auth_external.html