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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to