Re: .pgpass and root: a problem

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: .pgpass and root: a problem
Date: 2013-02-06 04:51:38
Message-ID: kesngq$ji5$1@gonzo.reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2013-02-05, Scott Mead <scottm(at)openscg(dot)com> wrote:

> I would love to see pgpass storing encrypted stuff here, that'd be great...
> in the meantime...

whatever it stores will, of necessity, be sufficient to grant access to the
postgres database, libpq could be modified to use MD5 hashed passwords
in that file salted with the username. But that won't make the databse
any more secure.

> Is there any way that you could move your 'root-fellas' to a 'sudo' model
> so that they can have *most* of what they need, without allowing identity
> switches ? I was trying to come up with something clever, but if they're
> root, they're root.

--
⚂⚃ 100% natural

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ben Madin 2013-02-06 04:52:24 Re: ERROR: invalid input syntax for integer: ""
Previous Message Adrian Klaver 2013-02-06 04:44:49 Re: ERROR: invalid input syntax for integer: "" - more confusion