
January 18th, 2013, 03:33 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 3 m 52 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by bcyde Have you tried:
Code:
hostssl all all 0.0.0.0 0.0.0.0 password
This should allow access to all databases from any user with password authentication. |
For the sanity of anyone else searching for this solution, I had to enter
host all all 0.0.0.0/0 md5
Of course no password auth, but I'm in a development setting and dont have time for that. (Postgres 9.2)
Thanks
|