Re: Client Authentication

From: "Craig Moon" <craig(at)usight(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Client Authentication
Date: 2002-02-27 17:52:29
Message-ID: a5j6ck$2vdu$1@jupiter.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I was having the same problem. In pg_hba.conf I had the following lines:

local all password .superusers
local design password .pg_design

I switched the order of the lines so that the "local all" was last and that
fixed the problem

local design password .pg_design
local all password .superusers

I don't know if that will help you out or not.

Craig

"Gtrica" <gtricarico(at)intin(dot)it> wrote in message
news:a555sr$1qnc$1(at)jupiter(dot)hub(dot)org(dot)(dot)(dot)
> Hi all
>
> I'm trying to configure Postgress to allow restricted access to database.
> I inserted in the file pg_hba.conf the following line:
> local primo
> password ./pass
>
> the file pass in directory "data" contains the line "giuseppe:gitrica"
> when I connect using "psql primo giuseppe" I'm asked to insert the
password
> but it tells
> "Password authentication failed for user 'giuseppe' "
>
> Giuseppe
>
>
>
>
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dan Langille 2002-02-27 20:14:55 Re: transactions and cursors......
Previous Message Chris Pesko 2002-02-27 17:30:04 transactions and cursors......