Files
Radicale/radicale
Peter Marschall 7eb0c66512 LDAP auth: refactor dealing with 'ldap_use_ssl'
* stop treating it as class property
* refactor to consolidate logic into one big 'if' statement
  (for easier removal when the config option gets removed in the future)
* make deprecation warning for 'ldap_use_ssl' more urgent
* raise error if conflicting settings 'ldap_security' = "starttls" and
  'ldap_use_ssl' = True are set together
* if not set, infer  'ldap_security' = "tls" from 'ldap_use_ssl' = True,
  logging  a warning for the admin to update the config
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