Re: Postgresql Novice problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql Novice problem
Дата
Msg-id 27849.1085762463@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgresql Novice problem  (Alain-Serge Nagni <akenaton@freesurf.ch>)
Ответы Re: Postgresql Novice problem  (Alain-Serge Nagni <akenaton@freesurf.ch>)
Список pgsql-novice
Alain-Serge Nagni <akenaton@freesurf.ch> writes:
> But when a I try to use the Datamanager to get access to the database, it's
> looks impossible. I got an error message: [unixODBC]FATAL: IDENT
> authentication failed for user "newuser".

If you're using IDENT authentication then you can't log in under a
Postgres username that's different from your real (Unix) username.

(At least, not without fooling around with creating an ident user map,
which is probably more trouble than you want to go to.)

I'd suggest setting up your pg_hba.conf file so that this connection
is checked using passwords instead of IDENT.

            regards, tom lane

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

Предыдущее
От: Alain-Serge Nagni
Дата:
Сообщение: Postgresql Novice problem
Следующее
От: Alain-Serge Nagni
Дата:
Сообщение: Re: Postgresql Novice problem