Re: ODBC password crypting support

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: ODBC password crypting support
Дата
Msg-id 200111281834.fASIYdZ24601@candle.pha.pa.us
обсуждение исходный текст
Ответ на ODBC password crypting support  (sulik_pbem@netmail.kg)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] upper and lower doesn't work with german
Следующее
От: "Leong, Fushan"
Дата:
Сообщение: how often should I run Vacuum