Re: JDBC Driver Authentication Bug
Nabil Sayegh <nsmail@sayegh.de>
From: Nabil Sayegh <nsmail@sayegh.de>
To: cheeren@cheeren.com, pgsql-bugs@postgresql.org
Date: 2000-12-16T11:45:03Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org wrote: > If the userid is valid, even though null password or wrong password is sent to server with JDBC Driver, the authentication still pass! > What is a terrible bug! Check ~postgres/data/pg_hba.conf By default AuthenticationType for localhost connections is TRUST. You have to set it to PASSWORD cu -- Nabil Sayegh