Commit 6d016489 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Mod_LDAP: Backport fix for LDAP connection timeout problem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@165311 13f79535-47bb-0310-9956-ffa450edef68
parent 6fbadf1c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -256,6 +256,14 @@ PATCHES TO BACKPORT FROM TRUNK:
        +1: jorton, trawick (isn't it worth a CHANGES entry for a storage
            corruption fix?)
	    
     *) mod_ldap: Change the LDAP connection timeout to per-connection rather
        than global. Fixes PR: 34618
	http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=164919&r1=164918&r2=164919&view=diff
	or 2.0 view patch
	http://issues.apache.org/bugzilla/attachment.cgi?id=14873
	+1: bnicholes
	

PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:

    *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.