Re: Postgresql allow connections without password [SOLVED]

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Postgresql allow connections without password [SOLVED]
Дата
Msg-id 4F1082B9.5010408@gmail.com
обсуждение исходный текст
Ответ на Re: Postgresql allow connections without password [SOLVED]  (debian nick <debianick@gmail.com>)
Список pgsql-general
On 01/13/2012 09:10 AM, debian nick wrote:
> Thanks raymond, you were right, i never think that psql was using
> .pgpass file. When a delete it psql ask me for the password.
> THANKS I’ll never figure that out.

You still should check your pg_hba.conf file for trust and ident
connection rules. .pgpass only comes into play when the connection calls
for password authentication. If the pg_hba file has rules that allow
connections without passwords they will occur with or without the
presence of a .pgpass file.

>
>
--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: debian nick
Дата:
Сообщение: Re: Postgresql allow connections without password [SOLVED]
Следующее
От: Matt Dew
Дата:
Сообщение: Re: indexes no longer used after shutdown during reindexing