Thread: md5 with odbc connections???
Hi
I have postgresql 7.2, and the last odbc pg driver. I'm trying to connect to postgresql using odbc, but with MD5 encryption for passwords.
I suposse that I need a flag in the connection string of my odbc string or provider.
I take many hours in Internet looking that, but I can't find.
What I need to do?
Thanks
Pablo Avilés Cisneros
Hi,
Make sure that your pg_hba.conf entries are of type 'md5' instead of 'password'.
Regards, Dave.
-----Original Message-----
From: Pablo Avilés [mailto:paviles@its.co.cr]
Sent: 19 April 2002 15:31
To: pgsql-odbc@postgresql.org
Subject: [ODBC] md5 with odbc connections???HiI have postgresql 7.2, and the last odbc pg driver. I'm trying to connect to postgresql using odbc, but with MD5 encryption for passwords.I suposse that I need a flag in the connection string of my odbc string or provider.I take many hours in Internet looking that, but I can't find.What I need to do?ThanksPablo Avilés Cisneros
> Pablo Avil駸 wrote: > > Hi > I have postgresql 7.2, and the last odbc pg driver. I'm trying to > connect to postgresql using odbc, but with MD5 encryption for > passwords. > I suposse that I need a flag in the connection string of my odbc > string or provider. No specific setting is needed at client side. regards, Hiroshi Inoue