dbiproxy connection failure...

2005-09-12 Thread Mason Loring Bliss
Hi, all! I'm not finding anything on the web about this, so I'm hoping someone here can help. I'm trying to use dbiproxy with PostgreSQL. I'm running Debian Sarge/i386, and the Perl, DBI, and PostgreSQL that come with it. (Perl 5.8.4, DBI 1.46, PostgreSQL 7.4.7) My test script looks like this:

Re: dbiproxy connection failure...

2005-09-12 Thread Mason Loring Bliss
On Mon, Sep 12, 2005 at 12:14:07PM -0400, Mason Loring Bliss wrote: I can connect to the database using $dsn directly, and I can connect using psql, but dbiproxy logs this when I try to connect using it: FWIW, I get more when I log to the terminal, instead of syslog: Mon Sep 12 12:37:03 2005

Re: dbiproxy connection failure...

2005-09-12 Thread Hardy Merrill
I'm taking a wild guess here since it's been a long time since I've used dbiproxy and/or PostgreSQL - going by the error message failed: FATAL: IDENT authentication failed for user mason I'd say that your connection string user name/password was rejected by Postgres. I've found