]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Have config_sspi_auth() permit IPv6 localhost connections.
authorNoah Misch <noah@leadboat.com>
Thu, 25 Dec 2014 18:52:03 +0000 (13:52 -0500)
committerNoah Misch <noah@leadboat.com>
Thu, 25 Dec 2014 19:09:17 +0000 (14:09 -0500)
commit86b561f46d8e23d825da7d8ed51904e06a3e4d51
tree02789baede68fb7a8d518ed669d318e99a6bd410
parent310597e311ab253076423fe26a13b4ab8a16b588
Have config_sspi_auth() permit IPv6 localhost connections.

Windows versions later than Windows Server 2003 map "localhost" to ::1.
Account for that in the generated pg_hba.conf, fixing another oversight
in commit f6dc6dd5ba54d52c0733aaafc50da2fbaeabb8b0.  Back-patch to 9.0,
like that commit.

David Rowley and Noah Misch
src/test/regress/pg_regress.c
src/tools/msvc/Mkvcbuild.pm