summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-16 16:15:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-16 16:15:39 +0100
commit73ca946753dc8fa43433cdfb1c27938e5d4cd370 (patch)
tree400d22909743d77df8ea1e1dcaa69b89f808f66e
parent4147d58aee97c2d8d50f64a40f2e0fca184a3b5c (diff)
downloadcurl-73ca946753dc8fa43433cdfb1c27938e5d4cd370.tar.gz
KNOWN_BUGS: LDAP on Windows doesn't work
Closes #4261
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index a83bd9bf8..b8c7b3dfc 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