Well...

AuthDBDUserPWQuery "select password from users where username='%s'"

the % in %s for sure that is the username that cames in HTTP AUTH as the docs describe in:
http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html

So... why isn't apache sending the username, anyone?

Jorge


----- Original Message ----- From: "John Meyer" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Thursday, November 23, 2006 3:16 PM
Subject: Re: Fw: [EMAIL PROTECTED] Problem with SQL statment


On Thu, 2006-11-23 at 14:58 +0000, Jorge Bastos wrote:
Guys,

Anyone?

I suggest you post this at mysql@lists.mysql.com   This is an Apache
list, not a MySQL one.

But just to give you a hint, "%" is a wildcard character in MySQL.  It
is not replaced with the username.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to