> -----Original Message-----
> From: Leonardo Junquera [mailto:leo@junquera.com]
> Sent: 30 January 2002 15:30
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] connection problems due to
> authentication
>
>
> Sorry.
>
> host sbm 192.168.0.2 255.255.255.255 password leoj
Try losing the 'leoj' from the end of the line. If I remember correctly,
anything after 'password' is taken to be an external password file. Without
it, PostgreSQL should use it's internal pg_shadow table.
Regards, Dave.