57e77caf08
- allow staging - change MASTER_SITE Changes: v1.0.3 (Jan Wolter - Oct 6, 2011) ------------------------------------ * Allow group names to be quoted, so that you can have group names with spaces in them. This change was suggested by David Homborg. * Document updated with references to versions for Apache 2.4. v1.0.2 (Jan Wolter - May 21, 2009) ------------------------------------ * Adding copyright and Apache Version 2.0 license in LICENSE and NOTICE files. * New directive: AuthzUnixgroupError, can be used to specify the HTTP error number to be returned on failure.
10 lines
496 B
Text
10 lines
496 B
Text
Mod_Authz_Unixgroup 1.0.x is a unix group access control modules for Apache
|
|
version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using
|
|
version 1.1.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/
|