From: | "Ed L(dot)" <pgsql(at)bluepolka(dot)net> |
---|---|
To: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Sidar Lopez Cruz <sidarlopez(at)hotmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: pg_hba.conf |
Date: | 2003-02-28 20:16:46 |
Message-ID: | 200302281316.46514.pgsql@bluepolka.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Thursday February 27 2003 3:50, Robert Treat wrote:
> On Thu, 2003-02-27 at 14:59, Sidar Lopez Cruz wrote:
> > how can i config this file to connect from any ip on my lan
> >
> host all 192.168.0.0 255.255.0.0 trust
>
> that should work, though it's pretty insecure. note you might need
> to address your lan ip address if it's not 192.168.*.*
That applies only for pre-7.3 releases, I believe. Pg 7.3.x
introduced new syntax for pg_hba.conf. You'll need an extra 'all'
after the 'all' above for 7.3.x.
Ed
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-02-28 20:40:54 | Re: Still a bug in the VACUUM ??? !!! |
Previous Message | Jean-Luc Lachance | 2003-02-28 19:12:38 | Re: psql wrap |