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