+invirt-database (0.2.8~glasgall15) precise; urgency=low
+
+ * sameuser is now the default for ident auth.
+
+ -- Adam Glasgall <glasgall@mit.edu> Tue, 07 May 2013 19:05:01 -0400
+
invirt-database (0.2.8~glasgall14) precise; urgency=low
* Fix a reference I missed.
# (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