X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/1cf5c63d23290d3b22a235db7ade1c675fc3f831..d782699e42f87e77f13dc63f9c7d81429c0f7ff9:/pg_hba.conf.mako?ds=sidebyside diff --git a/pg_hba.conf.mako b/pg_hba.conf.mako index c79e124..09a87dc 100644 --- a/pg_hba.conf.mako +++ b/pg_hba.conf.mako @@ -72,12 +72,12 @@ # (autovacuum, daily cronjob, replication, and similar tasks). # # Database administrative login by UNIX sockets -local all postgres ident sameuser +local all postgres ident # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only -local all all ident sameuser +local all all ident % for m in cfg.hosts + [cfg.db, cfg.remote, cfg.console]: host ${cfg.db.dbname} ${cfg.db.user} ${m.ip}/32 trust % endfor