pgsql: libpq: Set LDAP protocol version 3 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: libpq: Set LDAP protocol version 3
Date
Msg-id E1uluPR-000EMc-2Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq: Set LDAP protocol version 3

Some LDAP servers reject the default version 2 protocol.  So set
version 3 before starting the connection.  This matches how the
backend LDAP code has worked all along.

Co-authored-by: Andrew Jackson <andrewjackson947@gmail.com>
Reviewed-by: Pavel Seleznev <pavel.seleznev@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAKK5BkHixcivSCA9pfd_eUp7wkLRhvQ6OtGLAYrWC%3Dk7E76LDQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f19d13dfed35d8d4ed80d555f2d32b106771b61

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: pgsql: oauth: Add unit tests for multiplexer handling
Next
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_13_22 was created