RE: Unable to get PostgreSQL 15 with Kerberos (GSS) working - Mailing list pgsql-general

From Matthew Dennison
Subject RE: Unable to get PostgreSQL 15 with Kerberos (GSS) working
Date
Msg-id AS2P191MB2327F703E51AC247B35431A2A75F2@AS2P191MB2327.EURP191.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working  (Stephen Frost <sfrost@snowman.net>)
Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working  (Rob Sargent <robjsargent@gmail.com>)
List pgsql-general
Here's the results:

psql: error: connection to server at "hostname.mydomain.net" (::1), port 5432 failed: GSSAPI continuation error:
UnspecifiedGSS 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
securitycontext: 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@snowman.net>
Sent: Wednesday, February 28, 2024 6:35 PM
To: Matthew Dennison <mail@matty-uk.co.uk>
Cc: pgsql-general@lists.postgresql.org
Subject: Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working

Greetings,

* Matthew Dennison (mail@matty-uk.co.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



pgsql-general by date:

Previous
From: Dominique Devienne
Date:
Subject: Re: Non-Stored Generated Columns
Next
From: Emiel Mols
Date:
Subject: Re: Fastest way to clone schema ~1000x