Files
Radicale/radicale/auth
Peter Marschall 2d7a9b001c LDAP auth: support TLS & start_tls also with python-ldap
Until now, every connection to the LDAP server was silently unencryptedr
when using Python's ldap module instead of the ldap3 module.
I.e. using Python's ldap module was inherently insecure, as there was not
even a hint that the config settings for encryption were ignored.

This commit changes this and brings LDAP authentication based on the ldap
module feature-wise on par with the one based on the ldap3 module.
2025-09-29 20:15:33 +02:00
..
2024-06-07 06:45:39 +02:00
2025-05-16 07:28:50 +02:00
2025-03-13 21:31:50 +01:00
2025-05-16 07:37:35 +02:00
2025-02-25 06:19:51 +01:00
2025-03-13 21:31:50 +01:00