From cdf46155b43440bac94bc4cd4a28965d9bf928ed Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Fri, 29 Oct 2010 01:12:24 +0000 Subject: - allow epoll user to connect locally to epoll db --- modules/postgresql/templates/pg_hba.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 36d9004e..2367bacd 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -76,6 +76,10 @@ # TYPE DATABASE USER CIDR-ADDRESS METHOD +# Nanar: +# This bypass global config for specific user/base +host epoll epoll 127.0.0.1/32 md5 + # "local" is for Unix domain socket connections only local all all ident # IPv4 local connections: -- cgit v1.2.1