diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-10-26 18:17:17 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-10-26 18:17:17 +0000 |
commit | e8970119d6479357887814ddda8b4d68e78aee3c (patch) | |
tree | f61e5ce7014135472143ac50360a68a98c453c4a /www/Makefile | |
parent | 916e86692eee7e7fd2059dbeae3ab77223c4812c (diff) | |
download | ports-e8970119d6479357887814ddda8b4d68e78aee3c.tar.gz ports-e8970119d6479357887814ddda8b4d68e78aee3c.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
Notes
Notes:
svn path=/head/; revision=371519
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 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 |