Re: [INTERFACES] jdbc plain password support

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [INTERFACES] jdbc plain password support
Дата
Msg-id Pine.LNX.3.96.980722064442.1291E-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на jdbc plain password support  (gpyle@potato.cs.up.ac.za)
Список pgsql-interfaces
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


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

Предыдущее
От: t-ishii@sra.co.jp
Дата:
Сообщение: Re: [HACKERS] atttypmod now 32 bits, interface change
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] jdbc notification