diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-14 18:57:45 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-14 18:57:45 +0800 |
commit | 4d656890e9ced9991afe407d2329f29ae8e8089f (patch) | |
tree | 33647e0d912712a879389a0aa0559df6b72e7e96 /www/Makefile | |
parent | 79e0a4c9330aab89e4e366dc97d6668f0d4cc869 (diff) | |
download | freebsd-ports-gnome-4d656890e9ced9991afe407d2329f29ae8e8089f.tar.gz freebsd-ports-gnome-4d656890e9ced9991afe407d2329f29ae8e8089f.tar.zst freebsd-ports-gnome-4d656890e9ced9991afe407d2329f29ae8e8089f.zip |
Add mod_auth_external2 2.2.6,
Mod_Auth_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_Auth_External is a flexible tool for creating authentication systems based
on other databases.
WWW: http://www.unixpapa.com/mod_auth_external.html
PR: 57967
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0ab58493db04..0b3971d0421f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -187,6 +187,7 @@ SUBDIR += mod_auth_any SUBDIR += mod_auth_cookie_mysql SUBDIR += mod_auth_external + SUBDIR += mod_auth_external2 SUBDIR += mod_auth_kerb SUBDIR += mod_auth_mysql SUBDIR += mod_auth_mysql_another |