Re: Ident authentication failed for user - URGENT

Поиск
Список
Период
Сортировка
От brian
Тема Re: Ident authentication failed for user - URGENT
Дата
Msg-id 4575A436.7040400@zijn-digital.com
обсуждение исходный текст
Ответ на Ident authentication failed for user - URGENT  ("Marina Olhovsky" <olhovsky@mshri.on.ca>)
Список pgsql-general
Marina Olhovsky wrote:
> Hello,
>
> I'm trying to assign a password for a postgres user.  I've logged in
> as postgres, issued "alter user my_user with password 'my_passwd'".
> Doing "select * from pg_users" shows the new user with password
> assigned.  However, when I try to start psql as the new user: "psql
> -U my_user -W" and enter my_passwd as password, I get "Ident
> authentication failed" error.  Could someone please help ASAP?  TIA.
>

Do you already have other users that can log in to psql? What does you
pg_hba.conf file have? Can you create the user successfully with createuser?

Have you read the docs thoroughly?

http://www.postgresql.org/docs/8.1/interactive/client-authentication.html

brian

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Table definition changes when a row is dropped and
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: HELP: Urgent, Vacuum problem