From 7c2e60aa7b43f574efb2569b9b737a6ae9d2e7ae Mon Sep 17 00:00:00 2001 From: "jan@unixpapa.com" Date: Thu, 6 Oct 2011 17:46:49 +0000 Subject: [PATCH] Documentation updated with references to Apache 2.4 version. --- CHANGES | 6 +++--- INSTALL | 6 ++++++ README | 13 ++++++++----- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 2b3682c..0caf0e1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ -v1.0.3 (Jan Wolter - ) +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. Not yet - tested. + 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) ------------------------------------ diff --git a/INSTALL b/INSTALL index bf5f6f5..67e24e0 100644 --- a/INSTALL +++ b/INSTALL @@ -22,6 +22,12 @@ NOTES: INSTALL METHOD A: Dynamically Linking Mod_authz_unixgroup using apxs: --------------------------------------------------------------------- +Step 0: + Ensure that you have the correct version of mod_authz_unixgroup. + + Apache 2.2 requires mod_authz_unixgroup 1.0.x + Apache 2.4 requires mod_authz_unixgroup 1.1.x + Step 1: Ensure that your Apache server is configured to handle dynamically loaded modules. To check this, run Apache server with the -l command diff --git a/README b/README index 88ca982..9885c00 100644 --- a/README +++ b/README @@ -1,12 +1,15 @@ - Mod_Authz_Unixgroup version 1.0.2 + Mod_Authz_Unixgroup version 1.0.3 Author: Jan Wolter Website: http://www.unixpapa.com/mod_authz_unixgroup/ - Requires: Apache 2.1 or later on a Unix server + Requires: Apache 2.1 or Apache 2.2 on a Unix server -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 +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. -- 2.50.0