DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42732>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42732 Summary: Authentication against database issue. Product: Apache httpd-2 Version: 2.2.4 Platform: HP URL: intranet OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, I running on an HP-UX 11.11 712 box, and I have compiled apache 2.2.4 with GCC. I have took mod_dbd.c from truck due to several bugs in the version provided w/ 2.2.4. I'm authenticating my users against a PostgreSQL database w/ following directives : AuthType Basic AuthName "mariage" AuthBasicProvider dbd Require valid-user AuthDBDUserPWQuery "select passwd from test.comptes where id = %s" Unfortunately, I have to enter 4 or 5 time my username password before being accepted by apache. In error.log, I got many [Mon Jun 25 12:08:28 2007] [error] [client 164.129.228.100] user myuser : authentication failure for "/~laurent/": Password Mismatch It's not a problem of password as I typed exactly the same one (copy/past), and every time I'm restarting apache, the password is asked another 4 or 5 time before being accepted. I can spend some time for debugging if needed, but I duno where to start. Best regards, Laurent -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
