Re: Bypassing authentication - Mailing list pgsql-novice

From Frank Bax
Subject Re: Bypassing authentication
Date
Msg-id BLU0-SMTP323424AEB2056A9E4295BEACB60@phx.gbl
Whole thread Raw
In response to Bypassing authentication  (Andre Majorel <aym-2lqsgp@teaser.fr>)
List pgsql-novice
Andre Majorel wrote:
> 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 ?
>
> sudo -u postgres psql -l         # psql doesn't ask for a password
> sudo -u postgres psql -u joe -l  # psql asks for joe's password
>
> joe is just a PostgreSQL role with no system counterpart so the
> "local all all ident sameuser" catch-all in pg_hba.conf is of no
> help here.
>
> Thanks in advance.
>


In the home directory of user postgres create a .pgpass file

localhost:*:*:joe:joepswd

pgsql-novice by date:

Previous
From: Frank Bax
Date:
Subject: Re: SQL from Linux command line
Next
From: Donn Washburn
Date:
Subject: postgresql and pgadmin3