Re: [PATCHES] Patch - JDBC connection with plaintex password authentication

From: Peter T Mount <patches(at)maidast(dot)demon(dot)co(dot)uk>
To: Krzysztof Sobusiak <sobi(at)zaa(dot)mimuw(dot)edu(dot)pl>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [PATCHES] Patch - JDBC connection with plaintex password authentication
Date: 1998-01-24 12:55:10
Message-ID: Pine.LNX.3.95.980124124046.6595A-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Can you please say what version of the driver this patch is for? I suspect
its 6.2.1 or earlier.

For 6.3, the driver has had some radical changes (to accomodate new
features), and how the authentication schemes are handled have changed.

On Wed, 21 Jan 1998, Krzysztof Sobusiak wrote:

> > jdbc:postgresql:database?user=me
> > jdbc:postgresql:database?user=me&password=mypass

These are now:

jdbc:postgresql:database?user=me&password=mypass&auth=password

or:
jdbc:postgresql:database?user=me&password=mypass
with the property: postgresql.auth=password

> Watch JDBC driver staff carefully!

I do, a lot!

Currently 70% of my programming time is on the JDBC driver, with the other
30% on the project that started me on JDBC in the first place. Hopefully
after 6.3 goes Beta, I'll be able to spend a little more time on the other
project ;-)

Anyhow, I'm just about to start writing new documentation for the driver,
ready for 6.3

> Krzysiek Sobusiak
> e-mail: sobi(at)mimuw(dot)edu(dot)pl
> WWW: http://zaa.mimuw.edu.pl/~sobi (Learn Polish, guys!!!)

[snip patch]

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 1998-01-24 13:10:03 Re: [INTERFACES] RE: starting from 0: pgacces, libpgtcl
Previous Message Sandro Dentella 1998-01-24 01:12:05 RE: starting from 0: pgacces, libpgtcl