Re: cannot find pg_hba.conf file

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: Ramon Discua <rdiscua(at)rdscorporacion(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: cannot find pg_hba.conf file
Date: 2009-09-29 20:32:07
Message-ID: 396486430909291332m302d3e4ag7de66b1edf1bedcb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Tue, Sep 29, 2009 at 1:16 PM, Ramon Discua
<rdiscua(at)rdscorporacion(dot)com> wrote:

> However this means that every time I add a user, that uses
> my application from a different workstation I have to add the entry to the
> pg_hba file on the server side? Is there a way to avoid this?

Actually you don't need to put an entry for each users ip. The
pg_hba.conf allows you to accept a range of IP address that your users
client computers are assigned.

The quickest way to properly configure your pg_hba.conf file would be
to spend about ten minutes reading the online documentation:

http://www.postgresql.org/docs/8.4/interactive/auth-pg-hba-conf.html

Also notice the examples under Example 19-1. Example pg_hba.conf entries.

Reply back with any problems that you encounter after trying some of
the examples. A focused question is much more easy answer than
general one.

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ramon Discua 2009-09-29 20:35:41 Re: cannot find pg_hba.conf file
Previous Message Richard Broersma 2009-09-29 20:20:40 ODBC( true = -1) and MS-Access