--- Denis Pugnere <[EMAIL PROTECTED]> wrote:
>
> PG 7.0.2, RH Linux 6.2
>
> I'm trying to secure access to pgsql databases.
> the politic I use is to only allow access databases
> with passwords.
>
> for this, I use in pg_hba.conf :
> local all password
> host
- Original Message -
From: Anthony E. Greene <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 13, 2000 4:06 PM
Subject: Re: [ADMIN] users and passwords problem
> Denis Pugnere wrote:
> >
> > PG 7.0.2, RH Linux 6.2
> >
> > I'
Denis Pugnere wrote:
>
> PG 7.0.2, RH Linux 6.2
>
> I'm trying to secure access to pgsql databases.
> the politic I use is to only allow access databases with passwords.
>
> for this, I use in pg_hba.conf :
> local all password
> hostall 127.0.0.1
PG 7.0.2, RH Linux 6.2
I'm trying to secure access to pgsql databases.
the politic I use is to only allow access databases with passwords.
for this, I use in pg_hba.conf :
local all password
hostall 127.0.0.1 255.255.255.255 password
I don't