summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2010-06-01 23:35:46 +0200
committerEric Covener <covener@apache.org>2010-06-01 23:35:46 +0200
commitc47fc4ecff67603d1830dbb3396ff2472add5ef5 (patch)
treeb51045c302e25d33ad0a0c365ead0b8b0d3e312e /CHANGES
parentWhen checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s... (diff)
downloadapache2-c47fc4ecff67603d1830dbb3396ff2472add5ef5.tar.xz
apache2-c47fc4ecff67603d1830dbb3396ff2472add5ef5.zip
add CHANGES for r950249
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7e565b985d..0096b4cc30 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,10 @@ Changes with Apache 2.3.7
processing is completed, avoiding orphaned callback pointers.
[Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
+ *) mod_authnz_ldap: Ensure nested groups are checked when the
+ top-level group doesn't have any direct non-group members
+ of attributes in AuthLDAPGroupAttribute. [Eric Covener]
+
*) mod_authnz_ldap: Search or Comparison during authorization phase
can use the credentials from the authentication phase
(AuthLDAPSearchAsUSer,AuthLDAPCompareAsUser).