Re: ldapi support

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ldapi support
Date: 2018-02-10 01:44:38
Message-ID: 4da617ac-7c33-220d-8114-5d34ff4c24c8@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/8/18 22:56, Thomas Munro wrote:
> The test doesn't actually succeed in reloading the pg_hba.conf
> file though:
>
> 2018-02-09 16:41:15.886 NZDT [24472] LOG: received SIGHUP, reloading
> configuration files
> 2018-02-09 16:41:15.893 NZDT [24472] LOG: unsupported LDAP URL scheme: ldapi
> 2018-02-09 16:41:15.893 NZDT [24472] LOG: pg_hba.conf was not reloaded

Hmm. I think the ldap test suite should be changed to use
$node->restart instead of $node->reload, so we can be sure that the
various pg_hba.conf lines are actually accepted. It appears that doing
so wouldn't impact the run time significantly.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2018-02-10 01:49:01 Re: [HACKERS] MERGE SQL Statement for PG11
Previous Message Chapman Flack 2018-02-10 01:28:20 Ok then, how *should* one get the value of an XML attribute?