Do not call ldap_start_tls_s on ldapi:// connections.
authorYmrDtnJu <YmrDtnJu@users.noreply.github.com>
Sat, 31 Dec 2016 12:57:49 +0000 (13:57 +0100)
committerYmrDtnJu <YmrDtnJu@users.noreply.github.com>
Sat, 31 Dec 2016 12:57:49 +0000 (13:57 +0100)
commitb738dd0fb2b443db9219013885be38e663c63685
tree3c225e37b1e3102f807ae70c0969d441f780281f
parent33f316f2c5fad1f91b627fce7473da287bb23162
Do not call ldap_start_tls_s on ldapi:// connections.

The code already skips the initialisation of TLS on LDAP connections over unix
sockets but the call to ldap_start_tls_s is done nonetheless.
src/src/lookups/ldap.c