Re: ODBC password crypting support - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: ODBC password crypting support
Date
Msg-id 200111281834.fASIYdZ24601@candle.pha.pa.us
Whole thread Raw
In response to ODBC password crypting support  (sulik_pbem@netmail.kg)
List 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@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-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] upper and lower doesn't work with german
Next
From: "Leong, Fushan"
Date:
Subject: how often should I run Vacuum