> -----Original Message-----
> From: John K. Herreshoff [mailto:jkherr@centurytel.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.