Limit postgres user logins

From: gvim <gvimrc(at)googlemail(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Limit postgres user logins
Date: 2010-04-15 23:15:25
Message-ID: 4BC79E0D.5020205@googlemail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My hba file has:

local all postgres md5
host all admin 127.0.0.1/32 md5
host all dbuser 127.0.0.1/32 md5

But that still allows users other than postgres to attempt to login as postgres. Is there any way I can limit access to the postgres user specified as being logged in as postgres?

gvim

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-04-15 23:30:07 Re: Limit postgres user logins
Previous Message John R Pierce 2010-04-15 22:11:32 Re: solaris tarballs and pl/java