Re: GSS authentication support

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: GSS authentication support
Дата
Msg-id alpine.BSO.2.00.0907011931110.4317@leary.csoft.net
обсуждение исходный текст
Ответ на GSS authentication support  ("JUNG, Christian" <christian.jung@saarstahl.com>)
Ответы Re: GSS authentication support
Список pgsql-jdbc

On Wed, 1 Jul 2009, JUNG, Christian wrote:

> I've implemented GSS authentication support for the PostgreSQL JDBC
> driver version 8.3-604.

I haven't looked at the patch in detail, but GSS support was added to the
just released 8.4 driver.  That support was based upon JAAS which is an
additional configuration pain, but your approach of importing
com.sun.security.auth.module.Krb5LoginModule isn't portable.

There's some limited documentation here on the current code:

http://archives.postgresql.org/pgsql-jdbc/2008-01/msg00154.php
http://jdbc.postgresql.org/documentation/84/connect.html#connection-parameters

Does it work for your needs?  Do you know any way to auto-configure this
without importing Sun specific code?  Regardless of any code changes your
documentation updates certainly seem like a welcome addition.

Kris Jurka

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

Предыдущее
От: "JUNG, Christian"
Дата:
Сообщение: GSS authentication support
Следующее
От: "JUNG, Christian"
Дата:
Сообщение: Re: GSS authentication support