diff options
-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 |