1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

KNOWN_BUGS: LDAP on Windows doesn't work

Closes #4261
This commit is contained in:
Daniel Stenberg 2019-12-16 16:15:39 +01:00
parent 4147d58aee
commit 73ca946753
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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