Trunk version of patch works
+1: rpluem, jim, niq
+ * mod_authnz_ldap: When no Require ldap-* are present, return DECLINED in the
+ auth_checker hook instead of HTTP_UNAUTHORIZED.
+ This makes authnz_ldap behave in the same fashion as authz_user, authz_dbm,
+ authz_owner, and authz_groupfile.
+ Trunk version of patch
+ This change is not required for trunk because of the authz-provider model
+ 2.2.x version of patch:
+ http://people.apache.org/~covener/2.2.x-authnz_ldap-decline.diff
+ +1: covener, niq, bnicholes
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
http://people.apache.org/~martin/ssl_engine_io.c.349906.patch
+1: martin
-
- * mod_authnz_ldap: When no Require ldap-* are present, return DECLINED in the
- auth_checker hook instead of HTTP_UNAUTHORIZED.
- This makes authnz_ldap behave in the same fashion as authz_user, authz_dbm,
- authz_owner, and authz_groupfile.
- Trunk version of patch
- This change is not required for trunk because of the authz-provider model
- 2.2.x version of patch:
- http://people.apache.org/~covener/2.2.x-authnz_ldap-decline.diff
- +1: covener, niq, bnicholes
-
* mod_proxy_connect: Fix potential proxy segfault
PR 40756
http://svn.apache.org/viewvc?view=rev&revision=571414