Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Дата
Msg-id 9837222c1002022210m8ce9cc6p5078841e233b157e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Wednesday, February 3, 2010, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> mha@postgresql.org (Magnus Hagander) writes:
>> Make RADIUS authentication use pg_getaddrinfo_all() to get address of
>> the server.
>
> Looks like the mingw machines don't have in6addr_any.

*grumble*


> Perhaps instead of depending on magic constants, you should have the
> code use what "localhost" resolves as, comparably to pgstat.c.

Uh, but those are not the same. If we bind to localhost we can't
communicate with non-localhost addresses. inadds_any corresponds so
0.0.0.0/0 which you are specifically *not* supposed to use - you
should use the magic constant and not a manual such.  And I don't know
if there is a symbolic name that corresponds to it at all?

Pgstat only talks locally so that's a completely different thing.

/Magnus


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix unwarranted assumption that a cached rowtype would stick
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get