Re: [NOVICE] Authentication problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [NOVICE] Authentication problems
Дата
Msg-id 6574.1093374960@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Authentication problems  (the inquirer <listquestions@yahoo.com>)
Список pgsql-general
the inquirer <listquestions@yahoo.com> writes:
> $ psql -W -d database -U user
> Password:
> psql:  FATAL: IDENT authentication failed for user "user"

It looks like you would rather use password authentication than the
default IDENT-based auth (it's default in Debian distro of postgres
anyway).  IDENT will only let you in when you do *not* use -U, ie,
your postgres user name is the same as your Unix user name.  Change
this in pg_hba.conf, and don't forget to SIGHUP or restart the
postmaster afterwards.

            regards, tom lane

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

Предыдущее
От: Marco Colombo
Дата:
Сообщение: Re: How to setup default value "0000-00-00" for "date"
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Problem to connect to the Windows Port