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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.