Re: MS Client ODBC question

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "PIPER,JIM (A-SantaClara,ex1)" <jim_piper(at)agilent(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: MS Client ODBC question
Date: 2001-11-14 17:15:43
Message-ID: 200111141715.fAEHFiJ18930@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

>
> 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Luis Amigo 2001-11-14 18:22:44 multiple hard disk
Previous Message sysop 2001-11-14 17:13:59 GUI?

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-11-14 20:41:14 PostgreSQL ODBC Driver Website
Previous Message PIPER,JIM (A-SantaClara,ex1) 2001-11-14 16:34:26 Re: MS Client ODBC question