in reply to Re: Authenticating to mySQL through DBI on Apache?
in thread Authenticating to mySQL through DBI on Apache?

Perhaps my post above was unclear.

The PerlAuthenHandler approach in mod_perl allows any method that you want for verifying the authentication. Including attempting to connect to the database and seeing whether the database accepts that user name/pasword for connecting.

There are also potential performance problems with this method that I pointed out.

  • Comment on Re: Re: Authenticating to mySQL through DBI on Apache?