Re: Ident authentication failed without su to user

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: Ident authentication failed without su to user
Дата
Msg-id 871wy2aeab.fsf@suzuka.mcnaught.org
обсуждение исходный текст
Ответ на Ident authentication failed without su to user  (jim_bowery@hotmail.com)
Список pgsql-general
jim_bowery@hotmail.com writes:

> I've created a database "bugs" and a user "bugs" (postgresql user as
> well as unix) and even made user "bugs" not require a password but I
> still get this:
> [root@marathon bugzilla-2.20]# psql bugs bugs
> psql: FATAL:  Ident authentication failed for user "bugs"

Because 'ident sameuser' means your Unix username has to be the same
as your PG username.  Note that 'root' != 'bugs'.

-Doug

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

Предыдущее
От: jim_bowery@hotmail.com
Дата:
Сообщение: Ident authentication failed without su to user
Следующее
От: Chris
Дата:
Сообщение: Re: Ident authentication failed without su to user