From 01d0d93146370e7226d5da7e6dd6caccffae0121 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 21 May 2011 08:19:13 +0000 Subject: - don't use pam anymore since no system users exists --- modules/postgresql/templates/pg_hba.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/postgresql') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 8280584f..91012a30 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -123,9 +123,9 @@ 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 # IPv4 local connections: -host all all 127.0.0.1/32 pam +host all all 127.0.0.1/32 md5 # IPv6 local connections: -host all all ::1/128 pam +host all all ::1/128 md5 -hostssl all all 0.0.0.0/0 pam -hostssl all all ::0/0 pam +hostssl all all 0.0.0.0/0 md5 +hostssl all all ::0/0 md5 -- cgit v1.2.1