From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Troels Arvin <troels(at)arvin(dot)dk> |
Cc: | pgadmin-support(at)lists(dot)postgresql(dot)org |
Subject: | Re: gssenc supported? |
Date: | 2025-01-22 09:22:36 |
Message-ID: | CA+OCxoxJ8eiN2jaxBfnYyAoLbOi_+s_Q6USt6Eah==oS2AYbgQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi
On Tue, 21 Jan 2025 at 16:51, Troels Arvin <troels(at)arvin(dot)dk> wrote:
> Hello,
>
> Khushboo Vashi wrote:
> > Have you tried connecting Postgres Server with PSQL?
>
> Yes, I've tried the psql.exe which is shippe with pgadmin. And I've
> tried psql.exe from the latest Windows installer from
> https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
>
> Both work when having hostnogssenc in pg_hba.conf. But both do not work
> when hostgssenc is used in pg_hba.conf.
>
> Does someone know why those binaries are not compiled with support for
> hostgssenc?
>
We don't build the binaries that we ship with pgAdmin on Windows with
GSSAPI support, for a couple of reasons. First, there's actually a
long-standing bug [1] in PostgreSQL that prevents compilation on Windows
with both MIT Kerberos and OpenSSL together (I've tried multiple
backchannels to get that fix committed - please feel free to chime in on
the thread). Secondly, people almost exclusively use SSPI on Windows. You
are actually the first person I recall ever wanting GSSAPI support.
FWIW, we ship MIT Kerberos anyway (for handling app logins). Adding GSSAPI
support would be trivial, if the upstream bug were fixed.
--
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
pgEdge: https://www.pgedge.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2025-01-22 09:29:24 | Re: Unable to use pgadmin4 for any purpose after 3 days of trying |
Previous Message | Troels Arvin | 2025-01-22 07:30:43 | Re: gssenc supported? |