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

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working
Date: 2024-02-29 14:56:08
Message-ID: 32d6a0ce-2c5a-423b-be54-be1d12b4080a@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/29/24 01:18, Matthew Dennison wrote:
> 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
>
>
Should a FQDN resolve to ::1?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Erik Wienhold 2024-02-29 14:59:43 Re: Excel Source [24]] Error: System.Exception: SqlTruncateException: Numeric arithmetic causes
Previous Message Stephen Frost 2024-02-29 13:59:40 Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working