psql: FATAL: Ident authentication failed for user "jira"

Поиск
Список
Период
Сортировка
От Григорий Никоноров
Тема psql: FATAL: Ident authentication failed for user "jira"
Дата
Msg-id 1c016dc90711270451w1f78c53el825a48b8bbf6b3d9@mail.gmail.com
обсуждение исходный текст
Ответы Re: psql: FATAL: Ident authentication failed for user "jira"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello all !

I try to start JIRA with PostgreSQL 8.2.5 and have an error - psql: FATAL: Ident authentication failed for user "jira" when i check JIRA log files. Then i try command psql -U jira -d jiradb -h localhost and i got the same error !

Pleasee see my pg_hba.conf

# "local" is for Unix domain socket connections only
local all all password
# IPv4 local connections:
host all all 0.0.0.0/0 trust
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust

Please help me with my novice problem!

Thanks in advance !



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

Предыдущее
От: Brian Hurt
Дата:
Сообщение: Re: Big copy slowdown
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql: FATAL: Ident authentication failed for user "jira"