mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Adjustment to test on unix domain socket variable for pg_hba.conf
default settings, rather than just Win32.
This commit is contained in:
@@ -60,8 +60,8 @@
|
||||
|
||||
# TYPE DATABASE USER CIDR-ADDRESS METHOD
|
||||
|
||||
@remove-line-for-win32@# "local" is for Unix domain socket connections only
|
||||
@remove-line-for-win32@local all all @authmethod@
|
||||
@remove-line-for-nolocal@# "local" is for Unix domain socket connections only
|
||||
@remove-line-for-nolocal@local all all @authmethod@
|
||||
# IPv4 local connections:
|
||||
host all all 127.0.0.1/32 @authmethod@
|
||||
# IPv6 local connections:
|
||||
|
||||
Reference in New Issue
Block a user