Re: ident authorization (was backup: pg_dumpall and full backups in general)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dado Feigenblatt <dado(at)wildbrain(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: ident authorization (was backup: pg_dumpall and full backups in general)
Date: 2001-11-29 05:49:04
Message-ID: 15291.1007012944@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dado Feigenblatt <dado(at)wildbrain(dot)com> writes:
> So I changed the map name pg_hba.conf

> host all 127.0.0.1 255.255.255.255 ident usermap

> and added to pg_ident.conf the other user names postgres might have to
> switch to

> usermap postgres postgres
> usermap postgres purp
> usermap postgres dado
> usermap postgres greg

That looks like it ought to work. Have you looked in the postmaster log
to see if any additional information is recorded about the
authentication failure? We don't always tell the client everything
we know, for security reasons...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-11-29 05:53:17 Re: error on drop table
Previous Message Tom Lane 2001-11-29 05:23:48 Re: error on drop table