Re: MS Client ODBC question

From: "Brent R(dot) Matzelle" <bmatzelle(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MS Client ODBC question
Date: 2001-11-09 14:36:25
Message-ID: 20011109143625.33802.qmail@web13006.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- "PIPER,JIM (A-SantaClara,ex1)" <jim_piper(at)agilent(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tielman J de Villiers 2001-11-09 14:37:19 Re: Help installing PGSQL 7.1 on Linux
Previous Message Jacob Vennervald Madsen 2001-11-09 14:30:41 Re: Are 2-phase commited transaction available in Postgres?