Created
June 24, 2013 14:56
-
-
Save gregberge/5850650 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /var/lib/pgsql/9.1/data/pg_hba.conf.bak 2013-06-24 16:22:00.544751787 +0200 | |
+++ /var/lib/pgsql/9.1/data/pg_hba.conf 2013-06-24 14:10:34.017828693 +0200 | |
@@ -79,7 +79,7 @@ | |
# "local" is for Unix domain socket connections only | |
local all all peer | |
# IPv4 local connections: | |
-host all all 127.0.0.1/32 ident | |
+host all all 127.0.0.1/32 trust | |
# IPv6 local connections: | |
host all all ::1/128 ident | |
# Allow replication connections from localhost, by a user with the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment