From 26b437393e5aa383f65e375b29314482d14282f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 6 Aug 2023 22:58:42 +0200 Subject: [PATCH] TODO: LDAP Certificate-Based Authentication Closes #9641 --- docs/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/TODO b/docs/TODO index a7ea191147..b7530dc3f1 100644 --- a/docs/TODO +++ b/docs/TODO @@ -100,6 +100,7 @@ 10.1 SASL based authentication mechanisms 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS 10.3 Paged searches on LDAP server + 10.4 Certificate-Based Authentication 11. SMB 11.1 File listing support @@ -751,6 +752,12 @@ https://github.com/curl/curl/issues/4452 +10.4 Certificate-Based Authentication + + LDAPS not possible with MAC and Windows with Certificate-Based Authentication + + https://github.com/curl/curl/issues/9641 + 11. SMB 11.1 File listing support