Re: [JDBC] Password authentication failure

2001-06-11 Thread Jeff Waugh
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 11:32 AM Subject: [JDBC] Password authentication failure > Hi all, > > I'm currently running 7.1.2 on OpenBSD 2.9-current. I am attempting to > connect to a database over IP, so I have the

[JDBC] Password authentication failure

2001-06-11 Thread Paul Hart
Hi all, I'm currently running 7.1.2 on OpenBSD 2.9-current. I am attempting to connect to a database over IP, so I have the following 'start' command in my /etc/rc.local: su postgres -c '/usr/local/pgsql/bin/pg_ctl -o "-i" -D /web/databases -l \ /web/databases/logfile.log start > /dev/null' Als

Re: [JDBC] Password authentication failure

2001-06-05 Thread Tom Lane
"Paul Hart" <[EMAIL PROTECTED]> writes: > However, based on that, I would guess that the crypt() problem isn't it. > As for the postmaster log file, there is nothing special in there: > verify_password: password mismatch for ''. No, that tells us quite a lot: checking in the source code for t

Re: [JDBC] Password authentication failure

2001-06-05 Thread Tom Lane
"Paul Hart" <[EMAIL PROTECTED]> writes: > The JDBC driver claims "Password authentication failed for user ''" There might be more info in the postmaster's logfile --- did you look? regards, tom lane ---(end of broadcast)---

[JDBC] Password authentication failure

2001-06-05 Thread Paul Hart
Hi all, I'm currently running 7.1.2 on OpenBSD 2.9-current. I am attempting to connect to a database over IP, so I have the following 'start' command in my /etc/rc.local: su postgres -c '/usr/local/pgsql/bin/pg_ctl -o "-i" -D /web/databases -l \ /web/databases/logfile.log start > /dev/null' Als