From: Eric Covener Date: Tue, 1 Jan 2008 00:31:00 +0000 (+0000) Subject: propose backport for LDAP_UNAVAILABLE returned with MS LDAP SDK X-Git-Tag: 2.2.7~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3f3e0437977e393409a785ea9922d52197c04c;p=thirdparty%2Fapache%2Fhttpd.git propose backport for LDAP_UNAVAILABLE returned with MS LDAP SDK git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607787 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0a7e3965614..ae6e99258a2 100644 --- 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