Project

General

Profile

« Previous | Next » 

Revision 6276

schemas/pg_hba.conf: Fixed bug where also need an IPv6 bien entry with md5 authentication, because the IPv4 md5 authentication does not apply to "localhost", which is translated to the IPv6 address ::1

View differences:

pg_hba.conf
93 93
local   vegbien     bien                              ident
94 94
local   vegbien     bien                              md5
95 95
host    vegbien     bien        0.0.0.0/0             md5   
96
host    vegbien     bien        ::/0                  md5
96 97

  

Also available in: Unified diff