Thread: FW: Security

FW: Security

From
Eng Sameer
Date:

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 ,

Re: FW: Security

From
David G Johnston
Date:
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.