diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-10-12 22:45:13 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-12 22:45:13 +0200 |
commit | e80b5c801652bdd8aa302345954c3ef8050d039a (patch) | |
tree | 32caa50dc781f9590d2591b0a7db31f6c061dcb1 /docs | |
parent | 02e608f0bb42a7749a3737eea8ab28f87dcd8f46 (diff) |
KNOWN_BUGS: "LDAP on Windows does authentication wrong"
Closes #3116
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 88fe72aa5..f6d0f7f34 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? 13. TCP/IP 13.1 --interface for ipv6 binds to unusable IP address @@ -733,6 +734,9 @@ problems may have been fixed or changed somewhat since this was written! See https://github.com/curl/curl/issues/622 and https://curl.haxx.se/mail/lib-2016-01/0101.html +12.2 LDAP on Windows does authentication wrong? + + https://github.com/curl/curl/issues/3116 13. TCP/IP |