| От | Tom Lane |
|---|---|
| Тема | Re: pg_hba.conf problem? |
| Дата | |
| Msg-id | 7113.1013444109@sss.pgh.pa.us обсуждение |
| Ответ на | pg_hba.conf problem? ("Carlo Florendo" <fcarlo@ntsp.nec.co.jp>) |
| Список | pgsql-general |
"Carlo Florendo" <fcarlo@ntsp.nec.co.jp> writes:
> If I set the pg_hba.conf authentication entry for the client machine
> in the server machine to "trust", one could connect successfully.
> However, if I change the entry into "crypt" or "password", one
> couldn't connect even if the specified password was typed correctly.
Are you sure you tried "password" mode? One of the problems with
"crypt" is that the crypt library function isn't the same on all
platforms, so there are cases where a client on one machine can't
compute the right crypted password to send to a server on another.
(7.2's MD5 encryption mode avoids this problem, btw.)
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера