diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-13 16:26:57 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-13 16:26:57 +0000 |
commit | 6c8ba324b4c2760c1b2616503b4d25a38d0c6d89 (patch) | |
tree | a16a01b61b316f95d95a2fb9cca490ee474e3dfa /www/mod_authnz_external/pkg-descr | |
parent | c98d6b00d7e71a25b326e0a246a6635b2ac300fe (diff) | |
download | ports-6c8ba324b4c2760c1b2616503b4d25a38d0c6d89.tar.gz ports-6c8ba324b4c2760c1b2616503b4d25a38d0c6d89.zip |
Notes
Diffstat (limited to 'www/mod_authnz_external/pkg-descr')
-rw-r--r-- | www/mod_authnz_external/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_authnz_external/pkg-descr b/www/mod_authnz_external/pkg-descr new file mode 100644 index 000000000000..00a1825bb57a --- /dev/null +++ b/www/mod_authnz_external/pkg-descr @@ -0,0 +1,11 @@ +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 |