Re: odbc - ssl: how-to-do-it.

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "John K(dot) Herreshoff" <jkherr(at)centurytel(dot)net>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: odbc - ssl: how-to-do-it.
Date: 2003-05-30 08:17:10
Message-ID: 03AF4E498C591348A42FC93DEA9661B83AF0DE@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: John K. Herreshoff [mailto:jkherr(at)centurytel(dot)net]
> Sent: 29 May 2003 19:56
> To: Dave Page
> Subject: Re: [ODBC] odbc - ssl: how-to-do-it.
>
>
> for what it is worth: how do I do the MD5 stuff on a windows
> machine? Or do
> I? Is there an internet link that could get me going?
>
> (I really like the stunnel thing)

Just specify md5 in your pg_hba.conf, and use encrypted passwords. eg.

CREATE USER john WITH ENCRYPTED PASSWORD 'BetchaCantGuessMe';

You'll also need a recent ODBC driver.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Sébastien Dehesdin 2003-05-30 10:36:36 Freezing with the EDB engine
Previous Message Jeff Eckermann 2003-05-29 15:10:09 Re: TEXT datatype and ODBC?