From b590d6fca6c4342d0547f3c4e1d19354f9eba1f6 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 19 Jan 2007 17:25:27 +0000 Subject: [PATCH] - also explicitly allow localhost connections for drupal --- plc.d/postgresql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plc.d/postgresql b/plc.d/postgresql index fc1d2a8..c16f152 100755 --- a/plc.d/postgresql +++ b/plc.d/postgresql @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: postgresql,v 1.8 2007/01/18 22:09:14 mlhuang Exp $ +# $Id: postgresql,v 1.9 2007/01/19 16:42:08 mlhuang Exp $ # # Source function library and configuration @@ -98,6 +98,7 @@ case "$1" in echo "host $PLC_DB_NAME $PLC_DB_USER $PLC_API_IP/32 password" echo "host $PLC_DB_NAME $PLC_DB_USER $PLC_WWW_IP/32 password" # Drupal also uses PostgreSQL + echo "host drupal $PLC_DB_USER 127.0.0.1/32 password" echo "host drupal $PLC_DB_USER $PLC_WWW_IP/32 password" ) >>$pghba_conf -- 2.43.0