Re: ldapi support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: ldapi support
Date
Msg-id 4da617ac-7c33-220d-8114-5d34ff4c24c8@2ndquadrant.com
Whole thread Raw
In response to Re: ldapi support  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: ldapi support
List 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


pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Ok then, how *should* one get the value of an XML attribute?
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11