Project

General

Profile

« Previous | Next » 

Revision 6267

schemas/pg_hba.conf: Changed trust authentication back to ident/md5. Not sure how it got set to trust since I used md5 when enabling remote access to the DB for the bien user.

View differences:

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
83
local   all         all                               trust
82
local   all         all                               ident
83
#local   all         all                               trust
84 84
# IPv4 local connections:
85
#host    all         all         127.0.0.1/32          md5
86
host    all         all         127.0.0.1/32          trust
85
host    all         all         127.0.0.1/32          md5
86
#host    all         all         127.0.0.1/32          trust
87 87
# IPv6 local connections:
88 88
host    all         all         ::1/128               md5
89 89

  

Also available in: Unified diff