Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Date
Msg-id Pine.LNX.4.30.0107080943080.677-100000@peter.localdomain
Whole thread Raw
In response to Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Damien Clermonté <damien.clermonte@free.fr>)
Responses Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Damien Clermonté
Date:
Subject: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword