Re: CIDR in pg_hba.conf

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: CIDR in pg_hba.conf
Дата
Msg-id 47590000.1052317532@lerlaptop.iadfw.net
обсуждение исходный текст
Ответ на CIDR in pg_hba.conf  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: CIDR in pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

--On Wednesday, May 07, 2003 09:50:55 -0400 Andrew Dunstan 
<andrew@dunslane.net> wrote:

> Looking through the TODO list I noticed this item apparently unclaimed:
>
> *  Allow CIDR format to be used in pg_hba.conf
>
> I can look at doing this, having done similar code some years ago.
>
> Internally, it seems the best thing to do would be to turn the /nn into a
> conventional netmask of the right family. I guess I'd add a utility
> routine to ip.c for that.
>
> The syntax for pg_hba.conf would change slightly, to allow these forms:
>
> host    database  user  CIDR-address  authentication-method
> [authentication-option]
> hostssl  database  user  CIDR-address  authentication-method
> [authentication-option]
>
> So in hba.c, if we found a / in the IP address, we wouldn't go looking
> for a separate netmask field.
Please do this !

LER

>
> cheers
>
> andrew
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PERFORM] Hypothetical suggestions for planner, indexing
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: [GENERAL] Installin Postgres