On Thu, 2008-01-31 at 10:36 -0500, Scott Sanders wrote: > AuthDBDUserPWQuery to "SELECT pwd2 FROM users WHERE email=%s AND > active=1".
It is Apache's mod_authn_dbd that does the above. > This has got to be a bug in the apr_dbd_mysql code Could be. It could also be something to do with mod_authn_dbd. Did you try to run the Apache process through GDB to see what actually makes authentication succeed? -- Bojan
