From 90b389e45c916b4c20c784cdbd066d3927b7b690 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sat, 13 Aug 2005 10:33:33 +0000 Subject: [PATCH] commented out the disabled "host ... ident sameuser" row --- livesupport/etc/pg_hba.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/livesupport/etc/pg_hba.conf b/livesupport/etc/pg_hba.conf index 8d7d88b7a..acb3e0534 100644 --- a/livesupport/etc/pg_hba.conf +++ b/livesupport/etc/pg_hba.conf @@ -88,12 +88,11 @@ local all postgres ident sameus # All other connections by UNIX sockets local all all ident sameuser # +# All IPv4 connections from localhost # The following line was inserted by the livesupport-station package installer # the original pg_hba.conf file is saved under pg_hba.conf.before-livesupport host all all 127.0.0.1 255.255.255.255 password -# -# All IPv4 connections from localhost -host all all 127.0.0.1 255.255.255.255 ident sameuser +#host all all 127.0.0.1 255.255.255.255 ident sameuser # # All IPv6 localhost connections host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident sameuser