Limitation of default access rights to improve security

This commit is contained in:
Stéphanie Bréfort 2015-01-09 14:31:19 +01:00
parent ff0742dd44
commit 4aaf298d00

View file

@ -24,8 +24,8 @@ local all postgres peer
# "local" is for Unix domain socket connections only
local all all trust
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 trust
host all all ::1/128 md5