LDAP on windows not working #4261
Comments
Any chance you can single-step through the code and see what function call that acts up? |
I will try, but I'm pretty busy right now and I need to find the time to setup the environment to do so... |
bisected to f0fe66f @snikulov , original error: |
My apologies, I can see the issue is that it's valid for |
- Allow missing queries, don't return NO_MEMORY error in such a case. It is acceptable for there to be no specified query string, for example: curl ldap://ldap.forumsys.com A regression bug in 1b443a7 caused this issue. This is a partial fix for #4261. Bug: #4261 (comment) Reported-by: Jojojov@users.noreply.github.com Analyzed-by: Samuel Surtees Closes #4467
A partial fix for this issue has landed in 8bb3a95, which addresses the erroneous out of memory error. Now the error message is:
|
This problem has also been reported in the R bindings. This image can be used to reproduce: docker run --privileged -d -p 389:389 rroemhild/test-openldap And then: curl "ldap://localhost:389"
# Error: LDAP local: No Memory |
I did this
I expected the following
curl/libcurl version
curl 7.65.3 (x86_64-pc-win32) libcurl/7.65.3 OpenSSL/1.1.1c (Schannel) zlib/1.2.11 brotli/1.0.7 WinIDN libssh2/1.9.0 nghttp2/1.39.2
Release-Date: 2019-07-19
operating system
Both Windows 10 and Windows Server 2016
The text was updated successfully, but these errors were encountered: