From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | sulik_pbem(at)netmail(dot)kg |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: ODBC password crypting support |
Date: | 2001-11-28 18:34:39 |
Message-ID: | 200111281834.fASIYdZ24601@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> When trying to connect to the postgreSQL database through ODBC, I get an error
> "Unknown username or password. Password crypt authentication not supported.
> (errcode 13095)"
> I can assume ODBC do not support password crypting. Does that mean I cannot
> connect through ODBC, or there's another way?
You can use plain password with ODBC, just not crypt password. The
password will flow unencrypted over the network. 7.2beta3 supports MD5
encrypted passwords.
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | news.i-2000.com | 2001-11-28 19:51:04 | Re: Clustering high-availability |
Previous Message | Tom Lane | 2001-11-28 17:13:29 | Re: [HACKERS] upper and lower doesn't work with german |