From: Mark Huang Date: Fri, 19 Jan 2007 17:25:27 +0000 (+0000) Subject: - also explicitly allow localhost connections for drupal X-Git-Tag: planetlab-4_0-rc1~40 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=b590d6fca6c4342d0547f3c4e1d19354f9eba1f6 - also explicitly allow localhost connections for drupal --- 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