X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/032a52bfe27b037ad6cb0e0c638bd5f14cbdbdac..1cf5c63d23290d3b22a235db7ade1c675fc3f831:/pg_hba.conf.mako diff --git a/pg_hba.conf.mako b/pg_hba.conf.mako index ea5fde5..c79e124 100644 --- a/pg_hba.conf.mako +++ b/pg_hba.conf.mako @@ -78,10 +78,6 @@ local all postgres ident sameuser # "local" is for Unix domain socket connections only local all all ident sameuser -# IPv4 local connections: -host all all 127.0.0.1/32 md5 -# IPv6 local connections: -host all all ::1/128 md5 % for m in cfg.hosts + [cfg.db, cfg.remote, cfg.console]: host ${cfg.db.dbname} ${cfg.db.user} ${m.ip}/32 trust % endfor