diff options
Diffstat (limited to 'modules/postgresql/templates/pg_hba.conf')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 1ad0ec41..f2896f30 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -89,7 +89,7 @@ host transifex transifex 212.85.158.146/32 md5 host transifex transifex 2a02:2178:2:7::2/128 md5 # "local" is for Unix domain socket connections only -local all all ident +local all all ident map=local # IPv4 local connections: host all all 127.0.0.1/32 pam # IPv6 local connections: |