Changeset 1942


Ignore:
Timestamp:
Dec 29, 2008, 12:04:47 AM (15 years ago)
Author:
price
Message:

pg_hba.conf: remove password-auth localhost lines

These interfere with the case where config.db.host is localhost,
and we don't use passwords anyway.

Location:
trunk/packages/invirt-database-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-database-server/debian/changelog

    r1557 r1942  
     1invirt-database-server (0.0.8) unstable; urgency=low
     2
     3  * pg_hba.conf: remove password-auth localhost lines, which interfere
     4    with the case where config.db.host is localhost.
     5
     6 -- Greg Price <price@mit.edu>  Mon, 29 Dec 2008 00:03:36 -0500
     7
    18invirt-database-server (0.0.7) unstable; urgency=low
    29
  • trunk/packages/invirt-database-server/pg_hba.conf.mako

    r1288 r1942  
    7979# "local" is for Unix domain socket connections only
    8080local   all         all                               ident sameuser
    81 # IPv4 local connections:
    82 host    all         all         127.0.0.1/32          md5
    83 # IPv6 local connections:
    84 host    all         all         ::1/128               md5
    8581% for m in cfg.hosts + [cfg.db, cfg.remote, cfg.console]:
    8682host    ${cfg.db.dbname}        ${cfg.db.user}  ${m.ip}/32      trust
Note: See TracChangeset for help on using the changeset viewer.