Re: IDENT and pg_hda.conf

From: listas(at)lozano(dot)eti(dot)br
To: "Gregory S(dot) Williamson" <gsw(at)globexplorer(dot)com>, "Jerome Lyles" <susemail(at)hawaii(dot)rr(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: IDENT and pg_hda.conf
Date: 2004-01-31 00:13:26
Message-ID: 20040130231326.B632D1A877F@smtp.infolink.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

> host all all 12.4.12.0 255.255.255.0 trust

This looks to me a bad idea. Anyone will be able to connect as any user they
wish without providing a password. Better change "trust" to "md5" and assing
password to the user (alter user password 'secret')

[]s, Fernando Lozano

Browse pgsql-general by date

  From Date Subject
Next Message listas 2004-01-31 00:24:53 Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL
Previous Message Jerome Lyles 2004-01-31 00:07:59 Re: IDENT and pg_hda.conf[SOLVED]