Re: users and passwords problem - Mailing list pgsql-admin

From R D
Subject Re: users and passwords problem
Date
Msg-id 20000714064836.9725.qmail@web215.mail.yahoo.com
Whole thread Raw
In response to users and passwords problem  (Denis Pugnere <Denis.Pugnere@igh.cnrs.fr>)
List pgsql-admin
--- Denis Pugnere <Denis.Pugnere@igh.cnrs.fr> 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    all    127.0.0.1   255.255.255.255 password

> Why this access is allowed ?

You can modify pg_hba.conf in order to allow or deny
access to some users to the definite DBs using
external password file ( read the manual for details).
I think that this method is clumsy, but there is no
other way to do this in PostgreSQL and i think this
should be completely redone.There is another problem:
unfortunately you can't deny cteating of tables in the
allowed DBs (This will be fixed in 7.1 according to
TODO list).

regards,
Rumen

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/

pgsql-admin by date:

Previous
From: Jean-Marc Pigeon
Date:
Subject: Re: vacuum
Next
From: John Burski
Date:
Subject: Re: Perl Procedural Language Install