| От | Reshat Sabiq |
|---|---|
| Тема | Re: can only connect to localhost is postgresql |
| Дата | |
| Msg-id | 000001c2ca72$877b1c30$3a82d380@main обсуждение |
| Ответ на | Re: can only connect to localhost is postgresql (Bruno Wolff III <bruno@wolff.to>) |
| Список | pgsql-novice |
> I have a question: > Is it a legit thing to have 2 connection modes for the same host: > > local all ident sameuser > local all ident newmode This won't work as all connections that would match the second rule, match the first rule, so the second rule will never be used. In 7.3 you can write authentication rules that match connection method, database and user, which might allow you to do what you want. --------------- Thanks, I wasn't aware that 7.3.1 also has better authentication support. At home at have it, but for the site. 7.3 appears to be a significant step forward. It appears that an equivalent of the 2 lines above will work just fine in 7.3. I'll try to test that next week. Sincerely, r.
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера