]> granicus.if.org Git - apache/commitdiff
Split LDAP authorization from authentication
authorBradley Nicholes <bnicholes@apache.org>
Tue, 2 Nov 2004 00:11:20 +0000 (00:11 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 2 Nov 2004 00:11:20 +0000 (00:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105670 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8dfd4c923262f30c32eb88336d52daaa59223693..70ea3736e840dfa4230feac850f19a59399b2ddb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,17 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Allow mod_authnz_ldap authorization functionality to be used 
+     without requiring the user to also be authenticated through 
+     mod_authnz_ldap. This allows other authentication modules to 
+     take advantage of LDAP authorization only [PR 28253]
+     [Jari Ahonen jah progress.com, Brad Nicholes]
+     
+  *) Util_ldap: Implemented the util_ldap_cache_getuserdn() API so that 
+     the ldap authorization only modules have access to the util_ldap 
+     user cache without have to require ldap authentication as well.  
+     [PR 31898] [Jari Ahonen jah progress.com, Brad Nicholes]
+
   *) Log the client IP address when an error occurs disabling nagle on a
      connection, but log at a severity of debug since this error 
      generally means that the connection was dropped before data was