From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Damien Clermonté <damien(dot)clermonte(at)free(dot)fr>, 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 14:44:27 |
Message-ID: | 200107081444.f68EiRu05378@candle.pha.pa.us |
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?
The killer for me is the added complexity to an already complex file,
pg_hba.conf.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-07-08 15:38:50 | Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword |
Previous Message | Víctor Romero | 2001-07-08 11:37:26 | Re: Pg on SMP half-powered |
From | Date | Subject | |
---|---|---|---|
Next Message | Anders Bengtsson | 2001-07-08 15:26:57 | [PATCH] Cleanup of JDBC character encoding |
Previous Message | Peter Eisentraut | 2001-07-08 07:47:45 | Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword |