Revision 6273
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/pg_hba.conf | ||
---|---|---|
79 | 79 |
# TYPE DATABASE USER CIDR-ADDRESS METHOD |
80 | 80 |
|
81 | 81 |
# "local" is for Unix domain socket connections only |
82 |
local all all ident |
|
82 |
#local all all ident
|
|
83 | 83 |
#local all all trust |
84 | 84 |
# IPv4 local connections: |
85 |
host all all 127.0.0.1/32 md5 |
|
85 |
#host all all 127.0.0.1/32 md5
|
|
86 | 86 |
#host all all 127.0.0.1/32 trust |
87 | 87 |
# IPv6 local connections: |
88 |
host all all ::1/128 md5 |
|
88 |
#host all all ::1/128 md5
|
|
89 | 89 |
|
90 |
local all postgres md5 |
|
90 |
#local all postgres md5
|
|
91 | 91 |
|
92 |
host all all 0.0.0.0/0 md5 |
|
92 |
#host all all 0.0.0.0/0 md5 |
|
93 |
local vegbien bien ident |
|
94 |
host vegbien bien 0.0.0.0/0 md5 |
|
95 |
|
Also available in: Unified diff
schemas/pg_hba.conf: Restrict all accesses to the server except the bien user accessing vegbien using ident or a password, and the postgres superuser logging in using ident