mirror of
https://github.com/curl/curl.git
synced 2026-06-02 08:44:14 +03:00
docs: note CURLOPT_PINNEDPUBLICKEY has no effect on legacy LDAP backend
Closes #21682
This commit is contained in:
parent
bcd0497c81
commit
f2692b54f7
1 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,11 @@ On mismatch, *CURLE_SSL_PINNEDPUBKEYNOTMATCH* is returned.
|
|||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
||||
This option has no effect on LDAP connections when libcurl uses the legacy LDAP
|
||||
backend. That backend manages TLS independently of curl's TLS layer. When
|
||||
libcurl is built with USE_OPENLDAP, the OpenLDAP backend routes TLS through
|
||||
curl's layer and this option is honored.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue