Re: [PATCH v20] GSSAPI encryption support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH v20] GSSAPI encryption support
Дата
Msg-id eabbafc2-45c2-ec73-560b-19778c5a8e59@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [PATCH v20] GSSAPI encryption support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.pmline 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH v20] GSSAPI encryption support
Следующее
От: "Yuzuko Hosoya"
Дата:
Сообщение: RE: Problem with default partition pruning