Project

General

Profile

« Previous | Next » 

Revision 6330

schemas/pg_hba.Mac.conf: Allow access to the bien group rather than just the bien user, which will include bien_read

View differences:

pg_hba.Mac.conf
96 96
#local   replication     postgres                                trust
97 97
#host    replication     postgres        127.0.0.1/32            trust
98 98
#host    replication     postgres        ::1/128                 trust
99
local   vegbien     bien                              ident
100
local   vegbien     bien                              md5
101
host    vegbien     bien        0.0.0.0/0             md5
102
host    vegbien     bien        ::/0                  md5
99
local   vegbien     +bien                             ident
100
local   vegbien     +bien                             md5
101
host    vegbien     +bien       0.0.0.0/0             md5
102
host    vegbien     +bien       ::/0                  md5

Also available in: Unified diff