• 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
..
tests Loading commit data...
Makefile.in Loading commit data...
add.c Loading commit data...
ber.c Loading commit data...
bind.c Loading commit data...
compare.c Loading commit data...
control.c Loading commit data...
delete.c Loading commit data...
dn.c Loading commit data...
error.c Loading commit data...
extended.c Loading commit data...
init.c Loading commit data...
main.c Loading commit data...
misc.c Loading commit data...
modify.c Loading commit data...
modrdn.c Loading commit data...
option.c Loading commit data...
page.c Loading commit data...
parse.c Loading commit data...
rename.c Loading commit data...
search.c Loading commit data...
value.c Loading commit data...
winldap_private.h Loading commit data...
wldap32.rc Loading commit data...
wldap32.spec Loading commit data...