Ignore:
Timestamp:
Oct 1, 2008, 7:31:23 PM (16 years ago)
Author:
price
Message:

sipb-xen-database-server: fix init script, expand pg_hba.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/server/etc/postgresql/8.3/main/pg_hba.conf.mako

    r918 r989  
    8383# IPv6 local connections:
    8484host    all         all         ::1/128               md5
    85 host    ${cfg.db.dbname}        ${cfg.db.user}  ${cfg.db.ip}/32 trust
    86 % for h in cfg.hosts:
    87 host    ${cfg.db.dbname}        ${cfg.db.user}  ${h.ip}/32      trust
     85% for m in cfg.hosts + [cfg.db, cfg.remote, cfg.console]:
     86host    ${cfg.db.dbname}        ${cfg.db.user}  ${m.ip}/32      trust
    8887% endfor
Note: See TracChangeset for help on using the changeset viewer.