MS Client ODBC question - Mailing list pgsql-general

From PIPER,JIM (A-SantaClara,ex1)
Subject MS Client ODBC question
Date
Msg-id BB6A62351684D411AA2100D0B7476D30A21EDF@axcs22.cos.agilent.com
Whole thread Raw
Responses Re: MS Client ODBC question  ("Brent R. Matzelle" <bmatzelle@yahoo.com>)
List pgsql-general
I have pgsql 6.5 installed on HPUX with an entry in the pg_hba.conf file
that says:

host        all          0.0.0.0        0.0.0.0          crypt

I am trying to connect to it from a Win 98 box that I have installed the
psqlodbc_07_01_0008 ODBC driver on.

I can't get it to connect.  I get back errors from my client app that says
something like:

"Password crypt authentication not supported"

Why is this?  Is it because the psqlodbc driver does not know how to send
crypted passwords to the pgsql server?  Is there some other ODBC driver for
Win 98 that does support crypt?  Will things work if I change my pg_hba.conf
file authentication field to be 'passwd'? or 'trusted'?

Thanks your help is appreciated,

- Jim Piper




pgsql-general by date:

Previous
From: Andrew Gould
Date:
Subject: Re: Probably simple answer
Next
From: Jean-Michel POURE
Date:
Subject: Re: How to optimize a column type change???