>  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
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to