Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Дата
Msg-id 200107081444.f68EiRu05378@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
> Damien Clermont? writes:
>
> > This patch againsts postgresql 7.1.2 allows you to control access based on the
> > virtual host address only (virtualhost access type), or both the remote
> > address and the local address (connection access type).
> >
> > For example:
> >
> > connection all 192.168.42.0 255.255.255.0 192.168.1.42 255.255.255.255 trust
>
> I completely fail to understand what this does.  What is the expression
> that will be evaluated based on these four numbers?

The killer for me is the added complexity to an already complex file,
pg_hba.conf.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Следующее
От: Anders Bengtsson
Дата:
Сообщение: [PATCH] Cleanup of JDBC character encoding