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

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [PATCHES] Patch - JDBC connection with plaintex password authentication
Дата
Msg-id Pine.LNX.3.95.980124124046.6595A-100000@maidast
обсуждение исходный текст
Список 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@mimuw.edu.pl
> WWW: http://zaa.mimuw.edu.pl/~sobi (Learn Polish, guys!!!)

[snip patch]

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



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: Re: [INTERFACES] RE: starting from 0: pgacces, libpgtcl
Следующее
От: SN14@chrysler.com
Дата:
Сообщение: C++/C interface functions to find tables in a database???