Re: FW: Security

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: FW: Security
Date: 2014-05-27 12:49:58
Message-ID: 1401194998298-5805085.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Eng Sameer wrote
> Hello ,
> I'am work with postgresql DB , and i want to secure it from users .I read
> about pg_hba.conf it have many method , and i wonder about trust method
> .if i have a password on my server and i don't want to users to enter the
> server and open it , how i can prevent the trust method to prevents them
> to open it ?i know about MD5 and other method , but if anyone access the
> pg_hba.conf file and change it to trust will open so i don't want to let
> users open server even the method change to trust ?
> How i can secure it ?
>
> Best Regards ,

Don't give other people write access to pg_hba.conf

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/FW-Security-tp5805066p5805085.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas Drebert 2014-05-29 09:49:33 prevent duplicate entries
Previous Message Eng Sameer 2014-05-27 09:38:09 FW: Security