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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Дата
Msg-id Pine.LNX.4.30.0107080943080.677-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Damien Clermonté <damien.clermonte@free.fr>)
Ответы Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Damien Clermonté
Дата:
Сообщение: 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