Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8712D393 for ; Mon, 12 Nov 2012 18:08:12 +0000 (UTC) Received: (qmail 77418 invoked by uid 500); 12 Nov 2012 18:08:12 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 77374 invoked by uid 500); 12 Nov 2012 18:08:12 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 77365 invoked by uid 99); 12 Nov 2012 18:08:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 18:08:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 18:08:11 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 49ACAA095; Mon, 12 Nov 2012 18:07:51 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 39095] ldap_simple_bind_s fails Date: Mon, 12 Nov 2012 18:07:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_ldap X-Bugzilla-Keywords: PatchAvailable X-Bugzilla-Severity: major X-Bugzilla-Who: markphip@gmail.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=39095 --- Comment #31 from Mark Phippard --- Is there any reason that the LDAP change committed to the 2.2.23 release would have caused a regression and made this problem return? I package Subversion Edge which bundles Apache 2.2.23 + SVN 1.7.7. The version that includes Apache 2.2.23 was only released on October 26th and we have already had at least a dozen different users reporting they are now getting this problem. Users will get an HTTP 500 when making a Subversion request, and then subsequent requests for that user will be fine again for a while. When they get the error, this is what is logged: [info] [client 204.11.125.146] [1248] auth_ldap authenticate: user XXXXX authentication failed; URI /svn/reposname [LDAP: ldap_simple_bind_s() failed][Unavailable] This is only happening with Windows Apache servers. I note that the 2.2.23 release includes this change, which seems innocuous but also seems to be the only change related to LDAP in the CHANGES http://svn.apache.org/viewvc?view=revision&revision=1375696 --- httpd/httpd/branches/2.2.x/include/util_ldap.h 2012/08/21 17:48:34 1375695 +++ httpd/httpd/branches/2.2.x/include/util_ldap.h 2012/08/21 17:48:58 1375696 @@ -30,7 +30,7 @@ #include "apr_time.h" #include "apr_ldap.h" -#if APR_HAS_MICROSOFT_LDAPSDK +#ifdef LDAP_UNAVAILABLE #define AP_LDAP_IS_SERVER_DOWN(s) ((s) == LDAP_SERVER_DOWN \ ||(s) == LDAP_UNAVAILABLE) #else -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org