diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-02-14 23:05:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-02-14 23:05:38 +0100 |
commit | b26c92fbf04d2bc41a42f059f67ef2a5dc75cc62 (patch) | |
tree | 102d46bf01334d06296354c9a0ab21395efae8c9 | |
parent | 95d628e13ecbf9ff5c0424d287754ab6c20110d2 (diff) |
TODO: Paged searches on LDAP server
Closes #4452
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -88,6 +88,7 @@ 10. LDAP 10.1 SASL based authentication mechanisms 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS + 10.3 Paged searches on LDAP server 11. SMB 11.1 File listing support @@ -611,6 +612,10 @@ https://github.com/curl/curl/issues/4108 +10.3 Paged searches on LDAP server + + https://github.com/curl/curl/issues/4452 + 11. SMB 11.1 File listing support |