Testing use of krb5 and gssapi in PostgreSQL?

Lionel Élie Mamane lionel at mamane.lu
Mon Oct 14 11:33:51 UTC 2019


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 at 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 at realm

-- 
Lionel


More information about the LibreOffice mailing list