From: | Travis Bauer <trbauer(at)cs(dot)indiana(dot)edu> |
---|---|
To: | ShaneMRyan <ShaneMRyan(at)hotmail(dot)com> |
Cc: | pgsql-general(at)hub(dot)org |
Subject: | Re: pg_hba.conf |
Date: | 2000-09-27 16:44:22 |
Message-ID: | Pine.GSO.4.21.0009271143180.24694-100000@ghost.cs.indiana.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
It should take two lines:
local all trust
host all 0.0.0.0 0.0.0.0 trust
This will allow anyone anywhere on the network (including the internet,
when you are connected to it) to connect to and add/tamper with data in
your database.
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------
On Wed, 27 Sep 2000, ShaneMRyan wrote:
> I am trying to use this tool called Zeos Database explorer. Everytime I try to connect to my postgresql RedHat 6.2 box, it tells me that there is no entry in my pg_hba.conf file so that the program has permissions to talk with the database. There are some samples in that file, but they aren't working for me. Would someone that has this working email me a sample entry that would allow everyone from any IP address to connect to the database? Thanks!
>
>
>
>
>
> Shane M Ryan
> ShaneMRyan(at)hotmail(dot)com
> www.JaguarFutureSolutions.Com
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Gunnar R|nning | 2000-09-27 18:07:03 | Re: JDBC performance |
Previous Message | Keith L. Musser | 2000-09-27 16:36:09 | JDBC performance |