From e8970119d6479357887814ddda8b4d68e78aee3c Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 26 Oct 2014 18:17:17 +0000 Subject: - 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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit v1.2.3