summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-14 10:57:45 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-14 10:57:45 +0000
commita63c2f44b779f102354b1fafd8ad3f531c9ad0c3 (patch)
tree56836d9b89c6b848e77ffb6d928cdf06d5209a59 /www/Makefile
parentupdate print/ft2demos: 2.1.4 -> 2.1.5 (diff)
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>
Notes
Notes: svn path=/head/; revision=91162
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
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