diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 16:15:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 16:15:39 +0100 |
commit | 73ca946753dc8fa43433cdfb1c27938e5d4cd370 (patch) | |
tree | 400d22909743d77df8ea1e1dcaa69b89f808f66e /docs | |
parent | 4147d58aee97c2d8d50f64a40f2e0fca184a3b5c (diff) |
KNOWN_BUGS: LDAP on Windows doesn't work
Closes #4261
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
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 |