Re: JDBC Driver Authentication Bug - Mailing list pgsql-bugs

From Nabil Sayegh
Subject Re: JDBC Driver Authentication Bug
Date
Msg-id 3A3B55BF.5AD54E48@sayegh.de
Whole thread Raw
In response to JDBC Driver Authentication Bug  (pgsql-bugs@postgresql.org)
List 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
authenticationstill 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

pgsql-bugs by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Table name scope (was Re: Outer joins aren't working with views)
Next
From: Tom Lane
Date:
Subject: Re: Table name scope (was Re: Outer joins aren't working with views)