Re: [PATCH] Add an ldapoption to disable chasing LDAP referrals

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: James Sewell <james(dot)sewell(at)lisasoft(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add an ldapoption to disable chasing LDAP referrals
Date: 2013-09-18 14:56:36
Message-ID: 5239BF24.4020205@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7/8/13 9:33 PM, James Sewell wrote:
> New patch attached. I've moved from using a boolean to an enum trivalue.

When ldapreferrals is set to something other than "0" or "1" exactly, it
just ignores the option. That's not good, I think. It should probably
be an error.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bernd Helmle 2013-09-18 15:00:05 Re: psql should show disabled internal triggers
Previous Message Amit Khandekar 2013-09-18 14:43:02 Re: information schema parameter_default implementation