aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-10-27 02:17:17 +0800
committerohauer <ohauer@FreeBSD.org>2014-10-27 02:17:17 +0800
commitf11f8d26db3e61f79dd1920c53f6c62c612797b0 (patch)
treef61e5ce7014135472143ac50360a68a98c453c4a /www/Makefile
parent1c3df07adcb097ae78610404b45335a9a6740e8a (diff)
downloadfreebsd-ports-gnome-f11f8d26db3e61f79dd1920c53f6c62c612797b0.tar.gz
freebsd-ports-gnome-f11f8d26db3e61f79dd1920c53f6c62c612797b0.tar.zst
freebsd-ports-gnome-f11f8d26db3e61f79dd1920c53f6c62c612797b0.zip
- new port mod_authz_unixgroup for Apache 2.4.x
Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache version 2.4. If you have Apache 2.2 you should be using version 1.0.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you want to do access control based on unix group membership, then mod_authz_unixgroup is exactly what you need. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ PR: 194322 Submitted by: mwisnicki+freebsd@gmail.com
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 86d0798b5ff2..227b3d413f24 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -436,6 +436,7 @@
SUBDIR += mod_authnz_external22
SUBDIR += mod_authnz_external24
SUBDIR += mod_authz_unixgroup
+ SUBDIR += mod_authz_unixgroup24
SUBDIR += mod_backtrace
SUBDIR += mod_bw
SUBDIR += mod_cband