Revision 6277
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/pg_hba.Mac.conf | ||
---|---|---|
81 | 81 |
# TYPE DATABASE USER ADDRESS METHOD |
82 | 82 |
|
83 | 83 |
# "local" is for Unix domain socket connections only |
84 |
local all all trust |
|
84 |
#local all all trust
|
|
85 | 85 |
# IPv4 local connections: |
86 |
host all all 127.0.0.1/32 trust |
|
86 |
#host all all 127.0.0.1/32 trust
|
|
87 | 87 |
# IPv6 local connections: |
88 |
host all all ::1/128 trust |
|
88 |
#host all all ::1/128 trust
|
|
89 | 89 |
# Allow replication connections from localhost, by a user with the |
90 | 90 |
# replication privilege. |
91 | 91 |
#local replication postgres trust |
92 | 92 |
#host replication postgres 127.0.0.1/32 trust |
93 | 93 |
#host replication postgres ::1/128 trust |
94 |
local vegbien bien ident |
|
95 |
local vegbien bien md5 |
|
96 |
host vegbien bien 0.0.0.0/0 md5 |
|
97 |
host vegbien bien ::/0 md5 |
Also available in: Unified diff
schemas/pg_hba.Mac.conf: Changed to match schemas/pg_hba.conf