Re: BUG #5457: dblink_connect now restricts non-superusers to password

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5457: dblink_connect now restricts non-superusers to password
Date: 2010-05-11 09:24:55
Message-ID: hsb7p7$ubm$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2010-05-11, Chana Slutzkin <chana(at)cs(dot)huji(dot)ac(dot)il> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 5457
> Logged by: Chana Slutzkin
> Email address: chana(at)cs(dot)huji(dot)ac(dot)il
> PostgreSQL version: 8.4
> Operating system: FreeBSD 7.2
> Description: dblink_connect now restricts non-superusers to password
> Details:
>
> dblink in version 8.4 forces a non-superuser to connect using a password.
> I would prefer to use ident.

dblink runs on the back-end under the postgres user account.
identd (or postgres, or anoyone else who looks) is going to see
the user as postgres.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2010-05-11 12:59:07 Re: BUG #5457: dblink_connect now restricts non-superusers to password
Previous Message Takahiro Itagaki 2010-05-11 09:21:12 BUG #5458: Permission check is skipped by inheritance