Re: MS Client ODBC question

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: MS Client ODBC question
Дата
Msg-id 200111141715.fAEHFiJ18930@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: MS Client ODBC question  ("PIPER,JIM (A-SantaClara,ex1)" <jim_piper@agilent.com>)
Список pgsql-general
>
> Ok thanks, when I changed the pg_hba.conf authentication field from 'crypt'
> to 'password' I was able to connect from my Win 98 box using ODBC (tables
> look good from Excel->data->import->query).
>
> Are there any plans to to make the Postgres Win ODBC driver support
> connections using authentication by crypt or Kerberos?

Good question.  ODBC has never supported crypt.  7.2b2 supports MD5
encryption, which will be the prefered password encryption method for
future PostgreSQL versions.

FYI, crypt was never supported because we have been using the native
operating system's crypt() and Win* doesn't have that function.
However, MD5 is better than crypt in several ways so we are standarizing
on that now.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: hash-join
Следующее
От: Jason Earl
Дата:
Сообщение: Re: transitioning from MS SQL Server to Postgres