Re: pg_hba.conf alternative

From: Rick Gigger <rick(at)alpinenetworking(dot)com>
To: Q Beukes <pgsql-dev(at)list(dot)za(dot)net>
Cc: Postgresql Dev <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_hba.conf alternative
Date: 2006-02-10 19:10:32
Message-ID: 7E282E18-43B2-45D8-BA85-730D19A99050@alpinenetworking.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

But why do they need access to the files in the file system? Why not
put them on the local box but don't give them permissions to edit the
pg_hba file? They should still be able to connect.

On Feb 9, 2006, at 5:56 PM, Q Beukes wrote:

> I did consider that, but the software we use (which again uses
> postgresql)
> atm only supports local connection to the database.
>
> I am the database admin, the other admins just manage stuff like user
> accounts,
> checking logs, etc...
>
> Unfortunately there is no other way to set it up, and like I mentioned
> government security is not required.
>
> I did however statically code the pg_hba.conf file into pg binaries.
>
> The only way I found to access the db now would be to replace the
> binary
> and
> possibly sniffing traffic. But we're not worried about that. They
> not really
> criminally minded people.
>
> thx for everyones help anyway ;>
>
>
> korry wrote:
>
>>> Why would you not simply set this up on a seperate machine to
>>> which only
>>> the trusted admins had access? Most data centers I am familiar
>>> with use
>>> single purpose machines anyway. If someone is trusted as root on
>>> your
>>> box they can screw you no matter what you do. Pretending
>>> otherwise is
>>> just folly.
>>>
>>>
>>
>> Agreed - that would be a much better (easier and more secure)
>> solution where
>> practical.
>>
>> -- Korry
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 3: Have you checked our extensive FAQ?
>>
>> http://www.postgresql.org/docs/faq
>>
>>
>>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-02-10 19:16:41 Re: Scrollable cursors and Sort performance
Previous Message Tom Lane 2006-02-10 19:08:46 Re: PostgreSQL 8.0.6 crash