freebsd-ports/www/mod_authnz_external22/pkg-descr
Olli Hauer bee4b23473 - move www/mod_authnz_external to www/mod_authnz_external22
to reflect the supported Apache version

- add enty to MOVED / UPDATING (+ white space cleanup)

with hat apahe@
2014-01-14 21:14:46 +00:00

11 lines
616 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://code.google.com/p/mod-auth-external/