Re: Trying to accomplish SSO from Windows

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Trying to accomplish SSO from Windows
Дата
Msg-id alpine.BSO.2.00.1007091518100.25837@leary.csoft.net
обсуждение исходный текст
Ответ на Trying to accomplish SSO from Windows  (Bryan Montgomery <monty@english.net>)
Ответы Re: Trying to accomplish SSO from Windows  (Bryan Montgomery <monty@english.net>)
Список pgsql-jdbc

On Thu, 8 Jul 2010, Bryan Montgomery wrote:

> Hello,
> I've been looking for some examples on how to connect to a linux postgresql
> database from a java client running on Windows. The Jaas seems to be getting
> the credentials from my windows logon, but then the jdbc driver is blowing
> up with some sun classes looking for a non-existent file.
>
> Caused by: GSSException: Invalid name provided (Mechanism level: Could not
> load configuration file C:\WINDOWS\krb5.ini (The system cannot find the file
> specified))
>

It appears you need to create that file or manually specify the realm and
KDC as system properties.

http://download.oracle.com/docs/cd/E17476_01/javase/1.5.0/docs/guide/security/jgss/tutorials/KerberosReq.html

Kris Jurka


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

Предыдущее
От: Bryan Montgomery
Дата:
Сообщение: Trying to accomplish SSO from Windows
Следующее
От: Bryan Montgomery
Дата:
Сообщение: Re: Trying to accomplish SSO from Windows