Re: VMWare connection

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Vikram Khurana" <vkhurana(at)mail(dot)nmfs(dot)hawaii(dot)edu>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: VMWare connection
Date: 2002-08-26 21:41:22
Message-ID: 03AF4E498C591348A42FC93DEA9661B86741@mail.vale-housing.co.uk
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Vikram Khurana [mailto:vkhurana(at)mail(dot)nmfs(dot)hawaii(dot)edu]
> Sent: 26 August 2002 22:38
> To: Dave Page
> Cc: pgadmin-support(at)postgresql(dot)org
> Subject: RE: [pgadmin-support] VMWare connection
>
>
> > No. Ident means use an ident server.
> Is Ident server something I need to set up? Why would I do that
>
> > host all 192.168.1.0 255.255.255.0 password
>
> I was able to get the connection when I made the entry
> host all 192.168.1.0 255.255.255.255 trust

192.168.1.0 is a network address, not a host address. You might want to
check that.

> However on changing the 'trust' to 'password' I get a
> password authentication failure-- I tried by using a blank
> passwd and then changed the password of the user postgres &
> tried that. Both failed.
> Not sure why I shouldn't leave the AUTH_TYPE to 'trust' --
> bad security maybe??

If only you can login to that client, then it's not quite so bad as
effectively only you are trusted. You should be able to set the postgres
user password and use password auth though - did you set it in pgAdmin?
If so, you might want to try switching Encrypted Passwords off under
Tools -> Options and trying again (to set the password).

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Vikram Khurana 2002-08-26 21:50:19 Re: VMWare connection
Previous Message Vikram Khurana 2002-08-26 21:37:30 Re: VMWare connection