Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 73833 invoked from network); 23 Nov 2006 11:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 11:10:08 -0000 Received: (qmail 60537 invoked by uid 500); 23 Nov 2006 11:10:17 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 60242 invoked by uid 500); 23 Nov 2006 11:10:14 -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 Delivered-To: moderator for dev@apr.apache.org Received: (qmail 35824 invoked by uid 99); 22 Nov 2006 22:01:51 -0000 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) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on lira X-Spam-Level: Message-ID: <012001c70e81$bdbeb2f0$0a01a8c0@pcjorge> From: "Jorge Bastos - Decimal" To: Subject: Problem with SQL statment Date: Wed, 22 Nov 2006 22:01:19 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_011D_01C70E81.BD261C70" 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.4 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_011D_01C70E81.BD261C70 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_011D_01C70E81.BD261C70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi There 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_011D_01C70E81.BD261C70--