Re: ident authorization (was backup: pg_dumpall and full backups in general) - Mailing list pgsql-general

From Tom Lane
Subject Re: ident authorization (was backup: pg_dumpall and full backups in general)
Date
Msg-id 15291.1007012944@sss.pgh.pa.us
Whole thread Raw
In response to ident authorization (was backup: pg_dumpall and full backups in general)  (Dado Feigenblatt <dado@wildbrain.com>)
List pgsql-general
Dado Feigenblatt <dado@wildbrain.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: error on drop table
Next
From: Bruce Momjian
Date:
Subject: Re: error on drop table