diff options
Diffstat (limited to 'modules/postgresql')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index da563388..bfc86c12 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -115,10 +115,10 @@ hostssl template1 bugs 212.85.158.146/32 md5 hostssl template1 bugs 2a02:2178:2:7::2/128 md5 # Allow youri-ckeck on rabbit to access the results db -hostssl youri_check youri 88.190.12.224/32 password +hostssl youri_check youri 88.190.12.224/32 md5 # Allow local access too -hostssl youri_check youri 212.85.158.146/32 password -hostssl youri_check youri 2a02:2178:2:7::2/128 password +hostssl youri_check youri 212.85.158.146/32 md5 +hostssl youri_check youri 2a02:2178:2:7::2/128 md5 # "local" is for Unix domain socket connections only local all all ident map=local |