Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


On Mon, Oct 14, 2019 at 11:05:32AM +0200, Stephan Bergmann wrote:
The only use of WITH_KRB5 and WITH_GSSAPI in LO appears to be the PostgreSQL
support (see connectivity/Library_postgresql-sdbc-impl.mk and
external/postgresql/ExternalProject_postgresql.mk).  Is there some
documentation how to test whether the use of krb5 and gssapi in the
PostgreSQL support actually works?

Try to connect to a PostgreSQL support with GSSAPI and Kerberos?

From quick skim of the documentation:
https://www.postgresql.org/docs/10/auth-methods.html#GSSAPI-AUTH

Put something like this in ph_hba.conf:

host          dbname    username@realm  0.0.0.0 0.0.0.0 gss

(or just username and map it in pg_ident.conf)

and connect as to postgres/hostname@realm

-- 
Lionel

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.