• Alex Henrie's avatar
    wldap32: Implement setting LDAP_OPT_SSL and add tests. · 31aa2245
    Alex Henrie authored
    Windows has the LDAP_OPT_SSL option to turn SSL on or off after calling
    ldap_init but before connecting to the server. OpenLDAP doesn't have
    that option and instead expects a fully SSL connection to be requested
    by passing one or more "ldaps://" URIs to ldap_init. However, OpenLDAP
    also has an LDAP_OPT_URI option, which Windows does not have, that can
    be used to change the URIs before connecting. And OpenLDAP already takes
    care of converting "ldap://" or "ldaps://" to lowercase, so all we have
    to do is find and replace that exact string in each URI in the list.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54727
    31aa2245
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...