Re: pgsql: Allow ldaps when using ldap authentication

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Allow ldaps when using ldap authentication
Date: 2018-01-03 20:07:01
Message-ID: CAEepm=23B7GV4AUz3MYH1TKpTv030VHxD2Sn+LYWDv8d-qWxww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Jan 4, 2018 at 4:14 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Allow ldaps when using ldap authentication

Other Windows systems seem OK with this, but baiji said:

.\src\backend\libpq\auth.c(2538): error C2065: 'LDAPS_PORT' :
undeclared identifier

Checking where that's supposed to come from...

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-01-03 20:30:40 pgsql: Make XactLockTableWait work for transactions that are not yet se
Previous Message Tom Lane 2018-01-03 19:46:34 Re: pgsql: Fix deadlock hazard in CREATE INDEX CONCURRENTLY