1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-09 21:40:50 +00:00
Radicale/radicale
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
..
app revert improper PR#1839, finally fix #1812 and #1880 2025-09-24 21:31:27 +02:00
auth LDAP auth: support TLS & start_tls also with python-ldap 2025-09-29 20:15:33 +02:00
hook - Fix unit tests for hook email trigger conditional based on end date 2025-08-21 00:21:11 -06:00
item catch items having tzinfo only on dtstart or dtend set for whatever reason, overtake tzinfo from the other one 2025-08-22 07:49:54 +02:00
rights Skip group collection match when groups are not used 2024-12-07 18:24:29 +00:00
storage Fix acquire_lock interface signature 2025-08-23 20:59:37 +02:00
tests extend copyright related to https://github.com/Kozea/Radicale/pull/1883 2025-09-26 07:53:28 +02:00
web InfCloud: conditional display of link 2025-03-06 08:22:34 +01:00
__init__.py implement trace option 2025-07-19 14:40:12 +02:00
__main__.py implement trace option 2025-07-19 14:40:12 +02:00
config.py auth: clean up remote IP parameter/documentation 2025-09-09 20:25:49 +02:00
httputils.py tox fixes 2025-03-06 08:52:54 +01:00
log.py implement trace option 2025-07-19 14:40:12 +02:00
pathutils.py Improve: user/group retrievement for running service and directories 2025-09-01 20:31:23 +02:00
py.typed Synced with origin 2023-02-10 22:03:33 +01:00
server.py show trace status on startup 2025-07-19 14:40:27 +02:00
types.py chore: pyupgrade --py38-plus 2024-08-06 13:49:23 +02:00
utils.py Improve: user/group retrievement for running service and directories 2025-09-01 20:31:23 +02:00
xmlutils.py Added Webcal support in web UI 2024-03-05 23:57:58 +11:00