-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)
------------------------------------
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
- 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.