From 19b97db934afc1f58a05ab109c2d494846dc7137 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 4 Nov 2010 18:57:15 +0000 Subject: - allow mirrors user to connect to db --- modules/postgresql/templates/pg_hba.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/postgresql/templates') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 2367bacd..e16e51f5 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -79,6 +79,7 @@ # Nanar: # This bypass global config for specific user/base host epoll epoll 127.0.0.1/32 md5 +host mirrors mirrors 127.0.0.1/32 md5 # "local" is for Unix domain socket connections only local all all ident -- cgit v1.2.1