Re: Socket Connection Authentication

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Socket Connection Authentication
Date: 2015-07-09 06:43:27
Message-ID: 559E180F.9050708@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/8/2015 11:32 PM, basti wrote:
> When I try
>
> local database user md5
>
> I get the error: "Peer authentication failed for user ..."
> Is it possible to authenticate a user with md5 via socket connection?

yes, it is, I do it all the time.

was this the first local line, or at least in front of any local all
all lines ?

were you using localhost to connect or leaving the host empty? localhost
uses a host .... entry.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Naveed Shaikh 2015-07-09 06:44:39 Re: Socket Connection Authentication
Previous Message basti 2015-07-09 06:32:15 Socket Connection Authentication