Re: help with - psql: FATAL: Password authentication failed for user "gforge"

Поиск
Список
Период
Сортировка
От Sukhdeep Johar
Тема Re: help with - psql: FATAL: Password authentication failed for user "gforge"
Дата
Msg-id 2ef564dc041228055320229353@mail.gmail.com
обсуждение исходный текст
Ответ на Re: help with - psql: FATAL: Password authentication failed  ("Lic. Guillermo González"<g.gonzalez@cybira.biz>)
Ответы Re: help with - psql: FATAL: Password authentication failed  ("Lic. Guillermo González"<g.gonzalez@cybira.biz>)
Список pgsql-admin
can i set database specific access permission in pg_hba.conf ?
Can you give me some more details.

My pg_hba.conf setting is :
local   all         all         trust
host    all         all         127.0.0.1         255.255.255.255   crypt
I disabled all other lines.

I changed the second line to this :
host    all         all    0.0.0.0      0.0.0.0  trust
Now the psql command passes, but even after removing
all access restrictions, pg_connct() is still failing.

Can you please give some pointers what is going wrong ?

-Sukhdeep



On Tue, 28 Dec 2004 09:15:56 -0400, Lic. Guillermo González
<g.gonzalez@cybira.biz> wrote:
> Sukhdeep Johar wrote:
> > I followed these steps to create a new user :
> > 1. createuser -P gforge
> > 2. createdb -U gforge -E UNICODE gforge
> > 3. createlang plpgsql gforge
> >
> > this gave no errors.
> > But when I try to log in, I get the foll error
> > # psql -h localhost -U gforge gforge
> > psql: FATAL:  Password authentication failed for user "gforge"
> >
> > Any comments, what may be going wrong ?
> > --
> > Neither success nor failure is ever final
> >
> >
> Did you check your pg_hba.conf for gforge database access permisions?
>
>


--
Neither success nor failure is ever final

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Lic. Guillermo González"
Дата:
Сообщение: Re: help with - psql: FATAL: Password authentication failed
Следующее
От: "Lic. Guillermo González"
Дата:
Сообщение: Re: help with - psql: FATAL: Password authentication failed