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

2024-03-05 Thread Stephen Frost
Greetings, * Matthew Dennison (m...@matty-uk.co.uk) wrote: > Host file looks like: > > 127.0.0.1 localhost hostname hostname.mydomain.net > ::1 localhost hostname hostname.mydomain.net > 10.204.50.65 hostname hostname.mydomain.net > > I also tried commenting out the ::1 line, but the i

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

2024-03-01 Thread Matthew Dennison
PM To: pgsql-general@lists.postgresql.org Subject: Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working 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 con

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

2024-02-29 Thread Rob Sargent
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:

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

2024-02-29 Thread Stephen Frost
Greetings, * Matthew Dennison (m...@matty-uk.co.uk) wrote: > If I run kinit and get Kerberos ticket ahead of running the command I then > receive: Right, have to kinit first. > psql: error: connection to server at " hostname.mydomain.net " (::1), port > 5432 failed: could not initiate GSSAPI s

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

2024-02-29 Thread Matthew Dennison
esday, February 28, 2024 6:35 PM To: Matthew Dennison Cc: pgsql-general@lists.postgresql.org Subject: Re: Unable to get PostgreSQL 15 with Kerberos (GSS) working Greetings, * Matthew Dennison (m...@matty-uk.co.uk) wrote: > Sorry, yes I tried that and received the same results. Did you try doing

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

2024-02-28 Thread Stephen Frost
Greetings, * Matthew Dennison (m...@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 signature.asc Description: PGP signature

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

2024-02-28 Thread Matthew Dennison
Sorry, yes I tried that and received the same results. Sent from my iPhone On 28 Feb 2024, at 17:11, Stephen Frost wrote: Greetings, * Matthew Dennison (m...@matty-uk.co.uk) wrote: I have subsequence discovered that the psql command running from remote Windows (server/client) and RHEL8 works

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

2024-02-28 Thread Stephen Frost
Greetings, * Matthew Dennison (m...@matty-uk.co.uk) wrote: > I have subsequence discovered that the psql command running from remote > Windows (server/client) and RHEL8 works as expected using GSS. PGAdmin4 also > works via Kerberos (was on my list of things to get working). It's just > local

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

2024-02-28 Thread Matthew Dennison
n the same server. I really don't get it, but have decided I can live without it working on the server. R -Original Message- From: Stephen Frost Sent: Monday, February 26, 2024 7:33 PM To: Matthew Dennison Cc: pgsql-general@lists.postgresql.org Subject: Re: Unable to get PostgreS

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

2024-02-26 Thread Stephen Frost
Greetings, * Matthew Dennison (m...@matty-uk.co.uk) wrote: > No matter what I try I don't seem to be able to get the psl command locally > to work using Kerberos. I receive for following message: > FATAL: GSSAPI authentication failed for user "postgres" > FATAL: GSSAPI authentication failed fo

Unable to get PostgreSQL 15 with Kerberos (GSS) working

2024-02-23 Thread Matthew Dennison
Hi All Would really like some help to get this working, I'm not sure where to turn next? About things: PostgreSQL 15 Running of RHEL8 Using official repo Build-in OS version(s) of PostgreSQL are disabled Postgresql15-server & postgresql15-contrib installed via dnf PostgreSQL 15 up to date via dn