Re: IDENT and pg_hda.conf - Mailing list pgsql-general

From listas@lozano.eti.br
Subject Re: IDENT and pg_hda.conf
Date
Msg-id 20040130231326.B632D1A877F@smtp.infolink.com.br
Whole thread Raw
In response to IDENT and pg_hda.conf  (Susemail <susemail@hawaii.rr.com>)
List 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

pgsql-general by date:

Previous
From: Gregory Wood
Date:
Subject: Re: Two joins on same foreign key
Next
From: listas@lozano.eti.br
Date:
Subject: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL