Обсуждение: jdbc plain password support

Поиск
Список
Период
Сортировка

jdbc plain password support

От
gpyle@potato.cs.up.ac.za
Дата:
hi all,

recently i needed to connect via jdbc from an nt client to a linux
server. the host-based authentication didn't work, so i implemented
plain-password myself.

this would probably be a nice thing to include in the next release of
the driver. can anyone tell me who to send the code to?

thanks

graeme



Re: [INTERFACES] jdbc plain password support

От
Peter T Mount
Дата:
On Tue, 21 Jul 1998 gpyle@potato.cs.up.ac.za wrote:

> recently i needed to connect via jdbc from an nt client to a linux
> server. the host-based authentication didn't work, so i implemented
> plain-password myself.
>
> this would probably be a nice thing to include in the next release of
> the driver. can anyone tell me who to send the code to?

What version are you using, as this has been in the driver for well over a
year?

In V6.2, you enabled password by sufficing the url with ?auth=p

Since V6.3, the backend determines what authentication scheme to use, and
is configured using the pg_hba.conf file.

The following schemes are fully implemented:

    trust, ident, password, crypt

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk