Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows

Peter Eisentraut <peter_e@gmx.net>

Commit: 3ad2afc2e98fc85d5cf9529d84265b70acc0b13d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-01-04T15:34:41Z
Releases: 11.0
Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows

Some versions of Windows don't define LDAPS_PORT.

Also, Windows' ldap_sslinit() is documented to use LDAPS even if you
said secure=0 when the port number happens to be 636 or 3269.  Let's
avoid using the port number to imply that you want LDAPS, so that
connection strings have the same meaning on Windows and Unix.

Author: Thomas Munro
Discussion: https://postgr.es/m/CAEepm%3D23B7GV4AUz3MYH1TKpTv030VHxD2Sn%2BLYWDv8d-qWxww%40mail.gmail.com

Files

PathChange+/−
src/backend/libpq/auth.c modified +9 −3

Discussion

Cited messages not in the archive: CAEepm=23B7GV4AUz3MYH1TKpTv030VHxD2Sn+LYWDv8d-qWxww@mail.gmail.com