Project

General

Profile

« Previous | Next » 

Revision 8831

schemas/pg_hba*.conf: allow the bien group to access all databases, including test (on the Mac). note that this does not grant access to the vegbank DB on vegbiendev, because that is owned by postgres.

View differences:

schemas/pg_hba.Mac.conf
101 101
host    template1,vegbien  public_ 0.0.0.0/0 trust   
102 102
host    template1,vegbien  public_ ::/0      trust
103 103

  
104
local   template1,vegbien  +bien            ident
105
local   template1,vegbien  +bien            md5
106
host    template1,vegbien  +bien  0.0.0.0/0 md5   
107
host    template1,vegbien  +bien  ::/0      md5
104
local   all                +bien            ident
105
local   all                +bien            md5
106
host    all                +bien  0.0.0.0/0 md5   
107
host    all                +bien  ::/0      md5
schemas/pg_hba.conf
95 95
host    template1,vegbien  public_ 0.0.0.0/0 trust   
96 96
host    template1,vegbien  public_ ::/0      trust
97 97

  
98
local   template1,vegbien  +bien            ident
99
local   template1,vegbien  +bien            md5
100
host    template1,vegbien  +bien  0.0.0.0/0 md5   
101
host    template1,vegbien  +bien  ::/0      md5
98
local   all                +bien            ident
99
local   all                +bien            md5
100
host    all                +bien  0.0.0.0/0 md5   
101
host    all                +bien  ::/0      md5

Also available in: Unified diff