Re: db security; user identification - Mailing list pgsql-novice

From Marcin Gil
Subject Re: db security; user identification
Date
Msg-id 401665D7.6040002@audax.com.pl
Whole thread Raw
In response to Re: db security; user identification  (Martin Atukunda <matlads@myrealbox.com>)
Responses Re: db security; user identification
Re: db security; user identification
List pgsql-novice
Martin Atukunda wrote:

> - local all all trust
> + local all postgres trust
> + local all all md5
>
Ok. but if user does:
psql -d template1 -U postgres?

then he won't be asked about password but should.
Everyone who can access psql, can get into db as postgres user.
Not safe I suppose.

--
   Marcin Gil :: marcin.gil@audax.com.pl




pgsql-novice by date:

Previous
From: Martin Atukunda
Date:
Subject: Re: db security; user identification
Next
From: Martin Atukunda
Date:
Subject: Re: db security; user identification