Thread: Jdbc3SimpleDataSource does not require the setting of password to access database

Jdbc3SimpleDataSource does not require the setting of password to access database

From
"Charles Tse"
Date:
Is this a bug or a feature?  I am running Postgresql 7.4.3, with the
afore-mentioned
jdbc driver.  The OS is Linux 9.1 professional.

Re: Jdbc3SimpleDataSource does not require the setting of

From
Kris Jurka
Date:
On Sat, 18 Dec 2004, Charles Tse wrote:

> Is this a bug or a feature?  I am running Postgresql 7.4.3, with the
> afore-mentioned
> jdbc driver.  The OS is Linux 9.1 professional.
>

This is a feature.  Check what authentication method pg_hba.conf is
configured to use.  Many use non-password based methods.

Kris Jurka