These interfere with the case where config.db.host is localhost,
and we don't use passwords anyway.
svn path=/trunk/packages/invirt-database-server/; revision=1942
+invirt-database-server (0.0.8) unstable; urgency=low
+
+ * pg_hba.conf: remove password-auth localhost lines, which interfere
+ with the case where config.db.host is localhost.
+
+ -- Greg Price <price@mit.edu> Mon, 29 Dec 2008 00:03:36 -0500
+
invirt-database-server (0.0.7) unstable; urgency=low
* Don't depend on invirt-mail-config
# "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