Scott Sanders wrote:
Hi,
After much frustration I was able to get apr_dbd_mysql compiled and
working on my machine. However, when testing the module I believe I
...
but in my environment that's OK. My initial apache config to secure this
section of the site with basic auth set the AuthDBDUse
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_auth
Antonia Tugores wrote:
I'm having some troubles with apr_process_create in win32 platforms. When I
try to execute cmd.exe the result is a message like "The system can't find the
specified path". The command type I used is APR_SHELLCMD_ENV, so cmd is in
the path. With other applications it wor
Hi,
After much frustration I was able to get apr_dbd_mysql compiled and working
on my machine. However, when testing the module I believe I stumbled across
a nasty little bug. My user database was originally designed to store user
passwords as md5 hashes and not the base64 encoded SHA1 digest. To
Hi everybody,
I'm having some troubles with apr_process_create in win32 platforms. When I
try to execute cmd.exe the result is a message like "The system can't find the
specified path". The command type I used is APR_SHELLCMD_ENV, so cmd is in
the path. With other applications it worked fine,