From: Daniel Stenberg Date: Mon, 16 Dec 2019 15:15:39 +0000 (+0100) Subject: KNOWN_BUGS: LDAP on Windows doesn't work X-Git-Tag: curl-7_68_0~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ca946753dc8fa43433cdfb1c27938e5d4cd370;p=thirdparty%2Fcurl.git KNOWN_BUGS: LDAP on Windows doesn't work Closes #4261 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index a83bd9bf81..b8c7b3dfc0 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -102,6 +102,7 @@ problems may have been fixed or changed somewhat since this was written! 12. LDAP and OpenLDAP 12.1 OpenLDAP hangs after returning results 12.2 LDAP on Windows does authentication wrong? + 12.3 LDAP on Windows doesn't work 13. TCP/IP 13.1 --interface for ipv6 binds to unusable IP address @@ -728,6 +729,13 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/3116 +12.3 LDAP on Windows doesn't work + + A simple curl command line getting "ldap://ldap.forumsys.com" returns an + error that says "no memory" ! + + https://github.com/curl/curl/issues/4261 + 13. TCP/IP 13.1 --interface for ipv6 binds to unusable IP address