Re: Bypassing authentication - Mailing list pgsql-novice

From Tom Lane
Subject Re: Bypassing authentication
Date
Msg-id 2442.1278621761@sss.pgh.pa.us
Whole thread Raw
In response to Bypassing authentication  (Andre Majorel <aym-2lqsgp@teaser.fr>)
Responses Re: Bypassing authentication
List pgsql-novice
Andre Majorel <aym-2lqsgp@teaser.fr> writes:
> Is there a way to have psql bypass authentication as joe if the
> system user running psql is postgres, the way su doesn't ask for
> password if you are root ?

Not per se, but you could set up an ident map that says postgres
is allowed to log in as joe (and anybody else he needs to log in as).

I think 9.0 will have some wildcard ability in ident maps, which'd
save you from having to list a lot of roles in the map; but IIRC
there is none in existing releases.

            regards, tom lane

pgsql-novice by date:

Previous
From: "John T. Dow"
Date:
Subject: Re: Dropped table, no backup, restore from file system backup or WAL files?
Next
From: Tom Lane
Date:
Subject: Re: Dropped table, no backup, restore from file system backup or WAL files?