]> granicus.if.org Git - apache-authnz-external/commitdiff
Documentation updated with references to Apache 2.4 version. mod_authz_unixgroup-1.0.x
authorjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Thu, 6 Oct 2011 17:46:49 +0000 (17:46 +0000)
committerjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Thu, 6 Oct 2011 17:46:49 +0000 (17:46 +0000)
CHANGES
INSTALL
README

diff --git a/CHANGES b/CHANGES
index 2b3682cac47c7a45a094a3c975b51e27da8c3178..0caf0e1baab3e9f8764377baaa7ac0706337a6f0 100644 (file)
--- 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 bf5f6f512ef66810b03f1d7b930ce24558ff16fb..67e24e0a620c70ee90ab89b1c19502c4d7c065bc 100644 (file)
--- 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 88ca982fcf0cf2bc523a185987f8ea0e16ac4b7c..9885c0070b60156ec308c5af06b589e6c937297e 100644 (file)
--- 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.