Project

General

Profile

« Previous | Next » 

Revision 6297

schemas/pg_hba.conf: Also grant the bien user access to template1, which is accessed by phpPgAdmin

View differences:

schemas/pg_hba.conf
90 90
#local   all         postgres                          md5
91 91

  
92 92
#host    all         all         0.0.0.0/0             md5
93
local   vegbien     bien                              ident
94
local   vegbien     bien                              md5
95
host    vegbien     bien        0.0.0.0/0             md5   
96
host    vegbien     bien        ::/0                  md5
93
local   template1,vegbien  bien                        ident
94
local   template1,vegbien  bien                        md5
95
host    template1,vegbien  bien  0.0.0.0/0             md5   
96
host    template1,vegbien  bien  ::/0                  md5
97 97

  

Also available in: Unified diff