Files
Radicale/radicale
Peter Marschall f0626a8dde LDAP auth: change 'ldap_ssl_verify_mode' to NONE for ldapi://
For ldapi:// connections, which connect - by definition - to a local UNIX
socket, lower the value of config setting 'ldap_ssl_verify_mode' to "NONE"
to avoid certificate validation failures.
The UNIX socket address can NEVER match any DNS name from a certificate,
making the whole certificate validation moot.

This is a workaround for a limitation of Python's LDAP modules, that do not
consider this edge case.
2025-09-29 20:15:33 +02:00
..
2025-03-06 08:22:34 +01:00
2025-07-19 14:40:12 +02:00
2025-07-19 14:40:12 +02:00
2025-03-06 08:52:54 +01:00
2025-07-19 14:40:12 +02:00
2023-02-10 22:03:33 +01:00
2025-07-19 14:40:27 +02:00
2024-08-06 13:49:23 +02:00
2024-03-05 23:57:58 +11:00