Re: [PATCH v20] GSSAPI encryption support

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, Joe Conway <mail(at)joeconway(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, David Steele <david(at)pgmasters(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>, Nico Williams <nico(at)cryptonector(dot)com>, Robbie Harwood <rharwood(at)redhat(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH v20] GSSAPI encryption support
Date: 2019-04-09 07:34:38
Message-ID: eabbafc2-45c2-ec73-560b-19778c5a8e59@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-04-09 06:11, Tom Lane wrote:
> I tried to replicate this on my own laptop (macOS 10.14.4 ... I do not
> think there is or ever will be a 10.14.14).

right

> kerberos test fails immediately:
>
> 1..4
> # setting up Kerberos
> # Running: krb5-config --version
> # Running: kdb5_util create -s -P secret0
> Can't exec "kdb5_util": No such file or directory at /Users/tgl/pgsql/src/test/kerberos/../../../src/test/perl/TestLib.pm line 190.
> Bail out! system kdb5_util failed
>
> and indeed, there's no kdb5_util in /usr/bin/ or anywhere else that
> I can find. So I speculate that Peter is running some weird hodgepodge
> of Apple and Homebrew code, making the question not so much "why does
> it fail" as "how did it ever work".

Yes, you need a krb5 installation from either Homebrew or MacPorts.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yuzuko Hosoya 2019-04-09 07:41:47 RE: Problem with default partition pruning
Previous Message Peter Eisentraut 2019-04-09 07:32:06 Re: [PATCH v20] GSSAPI encryption support