From c3e9699f212050b0c8bdf3772eeaaffa3c3596cd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 6 Jan 2003 03:18:27 +0000 Subject: Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries if the OS supports it. Code will still compile on non-IPv6-aware machines (feature added by Bruce). Nigel Kukard --- doc/src/sgml/client-auth.sgml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c4d4af12513..8e28e3e17a3 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ @@ -190,7 +190,11 @@ hostssl database user < must be zero for the record to match. (Of course IP addresses can be spoofed but this consideration is beyond the scope of - PostgreSQL.) + PostgreSQL.) If you machine supports + IPv6, the default pg_hba.conf will have an IPv6 + entry for localhost. You can add your own IPv6 + entries to the file. IPv6 entries are used only for IPv6 + connections. -- cgit v1.2.3