Skip to content

Instantly share code, notes, and snippets.

@gregberge
Created June 24, 2013 14:56
Show Gist options
  • Save gregberge/5850650 to your computer and use it in GitHub Desktop.
Save gregberge/5850650 to your computer and use it in GitHub Desktop.
--- /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