| From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
|---|---|
| To: | James Hall <James(dot)Hall(at)RadioShack(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Pg_dumpall problem[2] |
| Date: | 2003-02-06 21:23:03 |
| Message-ID: | 20030206212303.GD21780@wolff.to |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Feb 06, 2003 at 10:04:49 -0600,
James Hall <James(dot)Hall(at)RadioShack(dot)com> wrote:
> Since there were no replies to this, I did some testing w/pg_hba.conf since
> I thought the problem might be there. I now have a question about
> pg_hba.conf.
>
> I need pg_hba.conf to allow local connections [via telnet for example] to
> the database without requesting a password, but to request a password for
> clients connecting via the web based front end. All clients are on the
> 172.X.X.X ip range.
>
> My current pg_hba.conf shows:
> Local all password
> Host all 172.0.0.0 255.255.255.255 password
If supported by your OS use:
local all ident sameuser
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruno Wolff III | 2003-02-06 21:25:53 | Re: Question: unique on multiple columns |
| Previous Message | Vivek Khera | 2003-02-06 21:21:57 | Re: FreeBSD: SMP and PostgreSQL |