solution to make static changes in pg_hba.conf file?

From: "Tarun Sharma" <tarun(dot)sharma(at)newgen(dot)co(dot)in>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: solution to make static changes in pg_hba.conf file?
Date: 2009-12-30 09:23:49
Message-ID: 005801ca8931$d1daca20$583ca8c0@newkmdomain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi,

i assigned super user privelledge to a user by specifing entries in pg_hba.conf file as

host all newuser 127.1.1.1 md5

and the default postgres user is made access to only the default postgres databse and is no more the super user.

the problem is that this conf file is available to all and can be changed again.

can someone assist me with a solution to make this changes static.
thanks
happy new year:-)
Disclaimer :- This e-mail and any attachment may contain confidential, proprietary or legally privileged information. If you are not the original intended recipient and have erroneously received this message, you are prohibited from using, copying, altering or disclosing the content of this message. Please delete it immediately and notify the sender. Newgen Software Technologies Ltd (NSTL) accepts no responsibilities for loss or damage arising from the use of the information transmitted by this email including damages from virus and further acknowledges that no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of NSTL.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2009-12-30 10:02:44 Re: Cancelling idle in transaction state
Previous Message Heikki Linnakangas 2009-12-30 08:37:39 Re: updateMinRecoveryPoint bug?