1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
v1.1.0 (Jan Wolter - Oct 6, 2011)
-----------------------------------
* Revised to work as an access control provider in Apache 2.4.
* Eliminated "AuthzUnixgroup on" directive because it is no longer needed.
* Eliminated "AuthnzUnixgroupError 403" directive because it is supplanted
by "AuthzSendForbiddenOnFailure On".
* Eliminated "AuthzUnixgroupAuthoritative off" directive because the whole
concept of authoritativeness is dead for access control providers in
Apache 2.4.
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.
v1.0.1 (Jan Wolter - Aug 6, 2008)
------------------------------------
* Delete various logging statements that were really just there for
debugging and should have been removed sooner.
* If there is an '@' in the user's login name, strip off that and anything
after it. An '@' sign is never legal in an unix login name, and some
authentication modules, like mod_auth_kerb, append an "@domain" to the
user's login name.
Both of the above modifications are inspired by patches made by Ken Lalonde
<ken at globalremit dot com>.
* Included "http_request.h" header file to surpress a harmless compile-time
warning.
v1.0.0 (Jan Wolter - Feb 19, 2006)
------------------------------------
* Original release
|