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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Damien Clermonté <damien(dot)clermonte(at)free(dot)fr>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Date: 2001-07-08 07:47:45
Message-ID: Pine.LNX.4.30.0107080943080.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Víctor Romero 2001-07-08 11:37:26 Re: Pg on SMP half-powered
Previous Message Tom Lane 2001-07-08 04:47:07 Re: New SQL Datatype RECURRINGCHAR

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-07-08 14:44:27 Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Previous Message Lamar Owen 2001-07-07 14:33:40 Re: [HACKERS] 2 gig file size limit