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/04/01 01:08:46 UTC

cvs commit: httpd-2.0 STATUS

bnicholes    2004/03/31 15:08:46

  Modified:    .        Tag: APACHE_2_0_BRANCH STATUS
  Log:
  Propose a back port
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.751.2.792 +11 -1     httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.791
  retrieving revision 1.751.2.792
  diff -u -r1.751.2.791 -r1.751.2.792
  --- STATUS	30 Mar 2004 21:07:10 -0000	1.751.2.791
  +++ STATUS	31 Mar 2004 23:08:45 -0000	1.751.2.792
  @@ -72,6 +72,16 @@
     [ please place file names and revisions from HEAD here, so it is easy to
       identify exactly what the proposed changes are! ]
   
  +    *) Update the ldc->binddn and ldc->bindpw associated with the LDAP 
  +       connection to match the authenticating user DN and password after
  +       ldap_simple_bind_s() is called to authenticate the user.  Otherwise 
  +       the next time that this connection is reused, it will indicate that 
  +       it is bound to the original user DN specified by ldc->binddn when in 
  +       fact it is bound to a completely different user DN who may not have 
  +       sufficient rights to complete the requested search.
  +         modules/experimental/util_ldap.c: r1.22
  +       +1: bnicholes
  +    
       *) mod_ssl: Fix segfaults when doing shutdown from a cleanup.
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.121&r2=1.122
          +1: jorton, trawick, madhum