diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-29 11:42:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-29 11:42:05 +0000 |
commit | 9faed361fd18120c13f1eda2efb01793d8c29b70 (patch) | |
tree | 96b04b2b9e216a0958ebf5902318bde39b9618b9 /www/mod_authz_unixgroup | |
parent | 030df73f0c0374f4256667323b6b1c70597f963f (diff) | |
download | ports-9faed361fd18120c13f1eda2efb01793d8c29b70.tar.gz ports-9faed361fd18120c13f1eda2efb01793d8c29b70.zip |
This is a port of mod_authz_unixgroup for apache22, written by Jan Wolter.
Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and
later. 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: ports/114717
Submitted by: Will Stacey <will@at.org>
Notes
Notes:
svn path=/head/; revision=196583
Diffstat (limited to 'www/mod_authz_unixgroup')
-rw-r--r-- | www/mod_authz_unixgroup/Makefile | 21 | ||||
-rw-r--r-- | www/mod_authz_unixgroup/distinfo | 3 | ||||
-rw-r--r-- | www/mod_authz_unixgroup/pkg-descr | 9 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/mod_authz_unixgroup/Makefile b/www/mod_authz_unixgroup/Makefile new file mode 100644 index 000000000000..13b620d00e68 --- /dev/null +++ b/www/mod_authz_unixgroup/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: mod_authz_unixgroup +# Date created: July 18, 2007 +# Whom: Will Stacey <will@at.org> +# +# $FreeBSD$ +# + +PORTNAME= mod_authz_unixgroup +PORTVERSION= 1.0.0 +CATEGORIES= www +MASTER_SITES= http://www.unixpapa.com/software/ + +MAINTAINER= will@at.org +COMMENT= A unix group access control module for Apache 2.1 and later + +USE_APACHE= 22+ +AP_FAST_BUILD= YES +AP_GENPLIST= YES +SHORTMODNAME= mod_authz_unixgroup + +.include <bsd.port.mk> diff --git a/www/mod_authz_unixgroup/distinfo b/www/mod_authz_unixgroup/distinfo new file mode 100644 index 000000000000..930bd36e535a --- /dev/null +++ b/www/mod_authz_unixgroup/distinfo @@ -0,0 +1,3 @@ +MD5 (mod_authz_unixgroup-1.0.0.tar.gz) = a75431674a09f468e5c39707c779a7c5 +SHA256 (mod_authz_unixgroup-1.0.0.tar.gz) = f05682bcd3dc888a0fa9d1807ecc83ac2f3706a4e7aaeaefb7149b95ef40cccd +SIZE (mod_authz_unixgroup-1.0.0.tar.gz) = 108901 diff --git a/www/mod_authz_unixgroup/pkg-descr b/www/mod_authz_unixgroup/pkg-descr new file mode 100644 index 000000000000..8d08eb1fc327 --- /dev/null +++ b/www/mod_authz_unixgroup/pkg-descr @@ -0,0 +1,9 @@ +This is a port of mod_authz_unixgroup for apache22, written by Jan Wolter. + +Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and +later. 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/ |