> -----Original Message-----
> From: Vikram Khurana [mailto:vkhurana@mail.nmfs.hawaii.edu]
> Sent: 26 August 2002 21:24
> To: Dave Page
> Cc: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] VMWare connection
>
>
> > try setting it to password instead of ident.
>
> I guess ident means the same password as the users, correct?
No. Ident means use an ident server.
> But I don't understand your statement above at all....
>
> Can you please explain a little more.
Replace the word ident with the word password. You want a line like:
host all 192.168.1.0 255.255.255.0 password
You'll need to adjust the ip/subnet mask as approriate.
Regards, Dave.