You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2004/11/02 01:11:21 UTC

cvs commit: httpd-2.0 CHANGES

bnicholes    2004/11/01 16:11:21

  Modified:    .        CHANGES
  Log:
  Split LDAP authorization from authentication
  
  Revision  Changes    Path
  1.1623    +11 -0     httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1622
  retrieving revision 1.1623
  diff -u -r1.1622 -r1.1623
  --- CHANGES	1 Nov 2004 13:06:51 -0000	1.1622
  +++ CHANGES	2 Nov 2004 00:11:20 -0000	1.1623
  @@ -2,6 +2,17 @@
   
     [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