summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-04 23:43:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-04 23:43:43 +0100
commit5cb475de990748a508844d3bfbdc49feeed56419 (patch)
treec2dbfe81eddf96089cf74ccb8c18274a41f8b33f
parente41ba40debc78d33168855eb4f3aab46b078b53e (diff)
downloadcurl-5cb475de990748a508844d3bfbdc49feeed56419.tar.gz
KNOWN_BUGS: LDAPS with NSS is slow
Reported-by: nosajsnikta on github Closes #5874
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 4d60f4068..12fe66470 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -114,6 +114,7 @@ problems may have been fixed or changed somewhat since this was written!
12.1 OpenLDAP hangs after returning results
12.2 LDAP on Windows does authentication wrong?
12.3 LDAP on Windows doesn't work
+ 12.4 LDAPS with NSS is slow
13. TCP/IP
13.1 --interface for ipv6 binds to unusable IP address
@@ -813,6 +814,10 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/4261
+12.4 LDAPS with NSS is slow
+
+ See https://github.com/curl/curl/issues/5874
+
13. TCP/IP
13.1 --interface for ipv6 binds to unusable IP address