MS Client ODBC question

Поиск
Список
Период
Сортировка
От PIPER,JIM (A-SantaClara,ex1)
Тема MS Client ODBC question
Дата
Msg-id BB6A62351684D411AA2100D0B7476D30A21EDF@axcs22.cos.agilent.com
обсуждение исходный текст
Ответы Re: MS Client ODBC question  ("Brent R. Matzelle" <bmatzelle@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Gould
Дата:
Сообщение: Re: Probably simple answer
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: How to optimize a column type change???