Re: gssenc supported?

From: Troels Arvin <troels(at)arvin(dot)dk>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Re: gssenc supported?
Date: 2025-01-22 07:30:43
Message-ID: f66f7873-42c1-45d5-b2f5-5e6b41be677a@arvin.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello,

Khushboo Vashi wrote:
>   It looks like your PostgreSQL server wasn't built with GSSAPI support.

Oh, but it is:

In output from the server's pg_config, it mentions --with-gssapi. And
when I connect to the server from a Ubuntu or Fedora psql, my connection
status indeed mentions GSS:

============================

aduser(at)dbclient:~$ psql -h dbserver.demo.troels.arvin.dk
psql (16.6 (Ubuntu 16.6-0ubuntu0.24.10.1))
GSSAPI-encrypted connection
Type "help" for help.

aduser=#

============================

--
Regards,
Troels Arvin

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2025-01-22 09:22:36 Re: gssenc supported?
Previous Message Khushboo Vashi 2025-01-22 05:56:42 Re: gssenc supported?