Re: MS Client ODBC question - Mailing list pgsql-general

From Brent R. Matzelle
Subject Re: MS Client ODBC question
Date
Msg-id 20011109143625.33802.qmail@web13006.mail.yahoo.com
Whole thread Raw
In response to MS Client ODBC question  ("PIPER,JIM (A-SantaClara,ex1)" <jim_piper@agilent.com>)
List pgsql-general
--- "PIPER,JIM (A-SantaClara,ex1)" <jim_piper@agilent.com>
wrote:
>
> 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?

That is correct.

> Is there some other
> ODBC driver for
> Win 98 that does support crypt?

I doubt it.

> Will things work if I change
> my pg_hba.conf
> file authentication field to be 'passwd'? or 'trusted'?

trusted would allow you access.

Brent

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

pgsql-general by date:

Previous
From: "Jacob Vennervald Madsen"
Date:
Subject: Re: Are 2-phase commited transaction available in Postgres?
Next
From: "Nick Fankhauser"
Date:
Subject: Re: Help installing PGSQL 7.1 on Linux