Revision 6332
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/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 |
|
|
100 |
local template1,vegbien +bien ident |
|
101 |
local template1,vegbien +bien md5 |
|
102 |
host template1,vegbien +bien 0.0.0.0/0 md5 |
|
103 |
host template1,vegbien +bien ::/0 md5 |
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 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 | 93 |
|
94 |
local template1,vegbien +bien ident |
|
95 |
local template1,vegbien +bien md5 |
|
96 |
host template1,vegbien +bien 0.0.0.0/0 md5 |
|
97 |
host template1,vegbien +bien ::/0 md5 |
Also available in: Unified diff
schemas/: Synced pg_hba.conf and pg_hba.Mac.conf's bien entries, which adds phpPgAdmin support (template1 access) on the Mac and bien_read access on Linux