Re: Questions on PostGreSQL Authentication mechanism...

From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Tim Bruce - Postgres <postgres(at)tbruce(dot)com>, dipti shah <shahdipti1980(at)gmail(dot)com>, Richard Huxton <dev(at)archonet(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Questions on PostGreSQL Authentication mechanism...
Date: 2010-02-05 20:42:11
Message-ID: m23a1fbejg.fsf@hi-media.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> For example, perhaps there could be a new pair of functions
> pg_read_hba_file/pg_write_hba_file that would work even if the files are
> placed in other directories, but they (Debian) would need to propose
> it.

I don't remember they had to provide those GUCs:

http://www.postgresql.org/docs/8.4/static/runtime-config-file-locations.html

hba_file (string)
Specifies the configuration file for host-based authentication
(customarily called pg_hba.conf). This parameter can only be set at
server start

The bug certainly is on PostgreSQL for providing the facility to
relocate the hba_file without providing any way for pgadmin and other
utilities to handle the situation?

Regards,
--
dim

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andre Lopes 2010-02-05 21:20:26 How can I test my web application against SQL Injections?
Previous Message Sebastian Hennebrueder 2010-02-05 20:19:40 Re: PostgreSQL + Hibernate, Apache Mod Security, SQL Injection and you (a love story)