LibreOffice driver 2: MIT Kerberos vs Microsoft Kerberos

Поиск
Список
Период
Сортировка
От Lionel Elie Mamane
Тема LibreOffice driver 2: MIT Kerberos vs Microsoft Kerberos
Дата
Msg-id 20111213103935.GA16515@capsaicin.mamane.lu
обсуждение исходный текст
Ответы Re: LibreOffice driver 2: MIT Kerberos vs Microsoft Kerberos  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
(See part 1 for general introduction)

LibreOffice currently - when it rebuilds libpq, such as for our
official  MS Windows binaries - links libpq against only the MS
Windows built-in SSPI stuff, which if I understand well is an "embrace
and extend" Kerberos 5 implementation.

I wanted to understand the limitations (if any) of building libpq on
Windows only with the MS Windows-builtin Kerberos and not additionally
with MIT Kerberos.

The "gsslib" parameter in the connection string won't work, but will
that keep users from authenticating to some Kerberos domains, and/or
are there other (interoperability?) issues that make it strongly
desirable to link libpq with *both* SSPI *and* MIT krb5 (and its
gssapi_krb5 library)?

-- 
Lionel


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

Предыдущее
От: Lionel Elie Mamane
Дата:
Сообщение: LibreOffice driver 1: Building libpq with Mozilla LDAP instead of OpenLDAP
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Patch to allow users to kill their own queries