added trust on samenet in pg_hba

This commit is contained in:
Greg Fausak
2015-02-06 17:29:27 +00:00
parent 25350fb87e
commit eaa8ee9bce
+1
View File
@@ -29,6 +29,7 @@ EOF
# allow remote connections to postgresql database
cat >> ${PG_CONFDIR}/pg_hba.conf <<EOF
host all all samenet trust
host all all 0.0.0.0/0 md5
EOF