Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 64015 invoked from network); 22 Nov 2006 22:02:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2006 22:02:54 -0000 Received: (qmail 38571 invoked by uid 500); 22 Nov 2006 22:02:57 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 38461 invoked by uid 500); 22 Nov 2006 22:02:56 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 38450 invoked by uid 99); 22 Nov 2006 22:02:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 14:02:56 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [195.23.114.76] (HELO smtp.decimal.pt) (195.23.114.76) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 14:02:43 -0800 Received: from smtp.decimal.pt (localhost.localdomain [127.0.0.1]) by smtp.decimal.pt (Postfix) with ESMTP id 9ADDA824 for ; Wed, 22 Nov 2006 21:59:54 +0000 (WET) Received: by smtp.decimal.pt (Postfix, from userid 1001) id 8C9A37F6; Wed, 22 Nov 2006 21:59:54 +0000 (WET) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on lira X-Spam-Level: Received: from pcjorge (unknown [84.91.34.234]) by smtp.decimal.pt (Postfix) with ESMTP id B52617F6 for ; Wed, 22 Nov 2006 21:59:53 +0000 (WET) Message-ID: <013501c70e81$e568f720$0a01a8c0@pcjorge> From: "Jorge Bastos" To: Subject: Problem with SQL statment Date: Wed, 22 Nov 2006 22:02:25 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0132_01C70E81.E4AEF5F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.2663 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757 X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE autolearn=ham version=3.1.7 This is a multi-part message in MIME format. ------=_NextPart_000_0132_01C70E81.E4AEF5F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi There People, I have all setup, compiled the libaprutil with mysql support from svn = yesterday, all working, but when using the auth it doesn't work, = checking the mysql logs i have: 17 Execute [1] select password from users where username=3D'?' in the virtualhost i have: AuthDBDUserPWQuery "select password from users where username=3D'%s'" Shouldn't the %s be replaced with the username entered in the browser? Is this know? anyone? Thanks in advanced, Jorge Bastos ------=_NextPart_000_0132_01C70E81.E4AEF5F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi There=20 People,
 
I have all setup, compiled the = libaprutil with=20 mysql support from svn yesterday, all working, but when using the auth = it=20 doesn't work, checking the mysql logs i have:
 
 17 = Execute     [1] select=20 password from users where username=3D'?'
 
in the virtualhost i have:
 
AuthDBDUserPWQuery "select password = from users=20 where username=3D'%s'"
 
Shouldn't the %s be replaced with the = username=20 entered in the browser?
 
Is this know? anyone?
 
Thanks in advanced,
 
Jorge=20 Bastos
------=_NextPart_000_0132_01C70E81.E4AEF5F0--