Re: JDBC Driver Authentication Bug

From: Nabil Sayegh <nsmail(at)sayegh(dot)de>
To: cheeren(at)cheeren(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: JDBC Driver Authentication Bug
Date: 2000-12-16 11:45:03
Message-ID: 3A3B55BF.5AD54E48@sayegh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-12-16 17:46:47 Re: Table name scope (was Re: Outer joins aren't working with views)
Previous Message Thomas Lockhart 2000-12-16 07:38:20 Re: Table name scope (was Re: Outer joins aren't working with views)