Re: JDBC and GSSAPI/Krb5

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC and GSSAPI/Krb5
Дата
Msg-id Pine.BSO.4.64.0712051651030.10354@leary.csoft.net
обсуждение исходный текст
Ответ на JDBC and GSSAPI/Krb5  ("Peter Koczan" <pjkoczan@gmail.com>)
Ответы Re: JDBC and GSSAPI/Krb5  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
Список pgsql-jdbc

On Wed, 5 Dec 2007, Peter Koczan wrote:

> I know this question has been asked before, but the answer might have
> changed with the impending release of postgresql 8.3. Since 8.3 supports
> GSSAPI authentication, and Java can talk to Kerberos through GSSAPI
> (though not natively), is this feasible? I keep getting this
> "authentication type 7 is not supported" errors, so I know it's not
> currently supported. Are there any plans to have GSSAPI support for the
> 8.3 JDBC driver, or are there showstoppers in doing so?

Henry Hotz, the person who contributed the GSSAPI support for the server,
had plans to do the JDBC work as well, but I haven't seen anything from
him.  I've thought about working on it, but since I don't have any
kerberos infrastructure setup, it's kind of a pain to get all that going.
It's unclear how much work it will be, so it might get pushed to the 8.4
driver.

Kris Jurka

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

Предыдущее
От: "Peter Koczan"
Дата:
Сообщение: JDBC and GSSAPI/Krb5
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC XA Support and Sample code?