commented out the disabled "host ... ident sameuser" row

This commit is contained in:
fgerlits 2005-08-13 10:33:33 +00:00
parent ff18822caa
commit 90b389e45c

View file

@ -88,12 +88,11 @@ local all postgres ident sameus
# All other connections by UNIX sockets # All other connections by UNIX sockets
local all all ident sameuser local all all ident sameuser
# #
# All IPv4 connections from localhost
# The following line was inserted by the livesupport-station package installer # 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 # 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 host all all 127.0.0.1 255.255.255.255 password
# #host all all 127.0.0.1 255.255.255.255 ident sameuser
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 ident sameuser
# #
# All IPv6 localhost connections # All IPv6 localhost connections
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident sameuser host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident sameuser