RE: Unable to get PostgreSQL 15 with Kerberos (GSS) working

From: Matthew Dennison <mail(at)matty-uk(dot)co(dot)uk>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: RE: Unable to get PostgreSQL 15 with Kerberos (GSS) working
Date: 2024-02-29 08:18:31
Message-ID: AS2P191MB2327F703E51AC247B35431A2A75F2@AS2P191MB2327.EURP191.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Here's the results:

psql: error: connection to server at "hostname.mydomain.net" (::1), port 5432 failed: GSSAPI continuation error: Unspecified GSS failure. Minor code may provide more information: No Kerberos credentials available (default cache: KCM:)

If I run kinit and get Kerberos ticket ahead of running the command I then receive:

psql: error: connection to server at " hostname.mydomain.net " (::1), port 5432 failed: could not initiate GSSAPI security context: Unspecified GSS failure. Minor code may provide more information: Server not found in Kerberos database
connection to server at " hostname.mydomain.net " (::1), port 5432 failed: GSSAPI continuation error: Unspecified GSS failure. Minor code may provide more information: Server not found in Kerberos database

R
-----Original Message-----
From: Stephen Frost <sfrost(at)snowman(dot)net>
Sent: Wednesday, February 28, 2024 6:35 PM
To: Matthew Dennison <mail(at)matty-uk(dot)co(dot)uk>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working

Greetings,

* Matthew Dennison (mail(at)matty-uk(dot)co(dot)uk) wrote:
> Sorry, yes I tried that and received the same results.

Did you try doing a 'klist' after? Would be interesting to know if you got a Kerberos ticket or not.

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Emiel Mols 2024-02-29 08:43:51 Re: Fastest way to clone schema ~1000x
Previous Message Dominique Devienne 2024-02-29 07:55:19 Re: Non-Stored Generated Columns