[Fwd: Re: AW: [HACKERS] Solution to the pg_user passwd problem !?? (c)]

From: Robson Paniago de Miranda <robson(at)mpdft(dot)gov(dot)br>
To: pgsql-hackers(at)hub(dot)org
Subject: [Fwd: Re: AW: [HACKERS] Solution to the pg_user passwd problem !?? (c)]
Date: 1998-02-19 21:07:07
Message-ID: 34EC9EFB.36D5@mpdft.gov.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> >
> > On Thu, 19 Feb 1998, Bruce Momjian wrote:
> >
> > > >
> > > > On Thu, 19 Feb 1998, Bruce Momjian wrote:
> > > >
> > > > > > Just curious, but why don't the copy command fall under the same
> > > > > > grant/revoke restrictions in the first place? It sounds to me like we are
> > > > > > backing off of the problem instead of addressing it...
> > > > >
> > > > > grant/revoke works for copy.
> > > >
> > > > Ah, okay, so when we have it setup so that a view overrides the
> > > > 'grant' of a select, then we're fine?
> > >
> > > Yep, but can we do that in nine days, and be sure it is tested?
> >
> > I don't think so...but I'rather have the obviuos "select * from
> > pg_user" closed off, and the more obscure "copy pg_user to stdout" still
> > there then have both wide open...its a half measure, but its better then
> > no measure...
>
> But it is not secure. Why have passwords then?
>
I think is better have the encrypted passwords and the salt in pg_user.
I don't know if this will be bing a security hole :(

Robson.

> --
> Bruce Momjian
> maillist(at)candle(dot)pha(dot)pa(dot)us

Browse pgsql-hackers by date

  From Date Subject
Next Message Robson Paniago de Miranda 1998-02-19 21:20:41 Re: AW: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Previous Message Keith Parks 1998-02-19 20:33:42 Re: [HACKERS] Unexpected subselect result.