altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.6-r1631119.patch

008793
# ./pullrev.sh 1631119
008793
http://svn.apache.org/viewvc?view=revision&revision=1631119
008793
008793
https://bugzilla.redhat.com/show_bug.cgi?id=1415257
008793
008793
--- httpd-2.4.6/modules/ldap/util_ldap.c
008793
+++ httpd-2.4.6/modules/ldap/util_ldap.c
008793
@@ -1824,7 +1824,7 @@
008793
          * combination, which might be reused unintentionally next time this
008793
          * connection is used from the connection pool.
008793
          */
008793
-        ldc->must_rebind = 0;
008793
+        ldc->must_rebind = 1;
008793
         ap_log_rerror(APLOG_MARK, APLOG_TRACE5, 0, r, "LDC %pp used for authn, must be rebound", ldc);
008793
     }
008793