diff options
author | Eric Covener <covener@apache.org> | 2010-06-01 23:35:46 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2010-06-01 23:35:46 +0200 |
commit | c47fc4ecff67603d1830dbb3396ff2472add5ef5 (patch) | |
tree | b51045c302e25d33ad0a0c365ead0b8b0d3e312e /CHANGES | |
parent | When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s... (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |