Make RADIUS authentication use pg_getaddrinfo_all() to get address of
Magnus Hagander <magnus@hagander.net>
Make RADIUS authentication use pg_getaddrinfo_all() to get address of the server. Gets rid of a fairly ugly hack for Solaris, and also provides hostname and IPV6 support.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +3 −3 |
| src/backend/libpq/auth.c | modified | +52 −12 |
| src/backend/libpq/hba.c | modified | +13 −4 |
| src/include/port/solaris.h | modified | +1 −9 |