Re: [vchkpw] MySQL going down results in 5xx error

2006-01-27 Thread tonix (Antonio Nati)
At 15.15 25/01/2006, you wrote: If you are using chkuser, there is a small change you can do (I'm going to publish nextly this change with next version of chkuser). If you are interested I'll anticipate this small change so it may help people to handle this error. Can you post the change

Re: [vchkpw] MySQL going down results in 5xx error

2006-01-27 Thread Joshua Megerman
Yes, here are changes. I've already tried them and it works. Just studying the name of calls it may be adapted to Postgres also (it should be enough to use vauth_open() ). In chkuser_settings.h enable #define CHKUSER_ENABLE_VAUTH_OPEN and add one of the following lines: /* use this if you

Re: [vchkpw] MySQL going down results in 5xx error

2006-01-27 Thread Joshua Megerman
#if defined CHKUSER_ENABLE_VAUTH_OPEN if (db_already_open != 1) { if (CHKUSER_VAUTH_OPEN_CALL () == 0) { db_already_open == 1; } else { retstat =