]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backport for LDAP_UNAVAILABLE returned with MS LDAP SDK
authorEric Covener <covener@apache.org>
Tue, 1 Jan 2008 00:31:00 +0000 (00:31 +0000)
committerEric Covener <covener@apache.org>
Tue, 1 Jan 2008 00:31:00 +0000 (00:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607787 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0a7e396561433dbf7f8e9098c1f541d6e3b72606..ae6e99258a2ef03671c96c080fb66f7d63387ebf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -209,6 +209,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -0: niq: I dislike this patch for reasons stated on-list, but it
                delivers the functionality needed for the charset "showstopper".
 
+   *) mod_ldap: Try to establish a new backend LDAP connection when the
+      Microsoft LDAP client library returns LDAP_UNAVAILABLE, e.g. after the
+      LDAP server has closed the connection due to a timeout. 
+      PR 39095 [Eric Covener]
+        Trunk version of patch:
+          http://svn.apache.org/viewvc?view=rev&revision=607766
+        2.2.x
+          http://people.apache.org/~covener/2.2.x-ldap-server-down.diff
+      +1 covener
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when