Revision 6329
Added by Aaron Marcuse-Kubitza about 12 years ago
pg_hba.Mac.conf | ||
---|---|---|
80 | 80 |
|
81 | 81 |
# Database administrative login by UNIX sockets |
82 | 82 |
local all postgres ident |
83 |
host all postgres 127.0.0.1/32 md5 |
|
84 |
host all postgres ::1/128 md5 |
|
83 | 85 |
|
84 | 86 |
# TYPE DATABASE USER ADDRESS METHOD |
85 | 87 |
|
Also available in: Unified diff
schemas/pg_hba.Mac.conf: Fixed bug where also need to allow password-based logins from the same machine, in order to work with pgAdmin