1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-06 21:30:48 +00:00
Radicale/radicale
Peter Marschall 5f89d18df6 LDAP auth: move evaluation of quirk for Authentik where it belongs
The evaluation of the quirk for the Authentik LDAP server changes the behaviour
of Python's `ldap3` module, and that module only.
Evaluating the quirk in `__init__` which is used for both, `ldap` and `ldap3`
is thus wrong, and may lead to errors when this setting is used together with
the `ldap` module.

Signed-off-by: Peter Marschall <peter@adpm.de>
2025-09-25 18:09:43 +02:00
..
app revert improper PR#1839, finally fix #1812 and #1880 2025-09-24 21:31:27 +02:00
auth LDAP auth: move evaluation of quirk for Authentik where it belongs 2025-09-25 18:09:43 +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 make flake8 happy 2025-09-24 21:36:33 +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