Index: /trunk/packages/invirt-database-server/debian/changelog
===================================================================
--- /trunk/packages/invirt-database-server/debian/changelog	(revision 1941)
+++ /trunk/packages/invirt-database-server/debian/changelog	(revision 1942)
@@ -1,2 +1,9 @@
+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
 
Index: /trunk/packages/invirt-database-server/pg_hba.conf.mako
===================================================================
--- /trunk/packages/invirt-database-server/pg_hba.conf.mako	(revision 1941)
+++ /trunk/packages/invirt-database-server/pg_hba.conf.mako	(revision 1942)
@@ -79,8 +79,4 @@
 # "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
