1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00
Radicale/radicale/auth
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
..
__init__.py auth: clean up remote IP parameter/documentation 2025-09-09 20:25:49 +02:00
denyall.py add support for auth.type=denyall 2024-06-07 06:45:39 +02:00
dovecot.py fix according to https://github.com/Kozea/Radicale/issues/1878#issue-3438629348 2025-09-24 06:35:27 +02:00
htpasswd.py flake8 regression E261 2025-05-16 07:28:50 +02:00
http_x_remote_user.py adjust copyright 2025-03-13 21:31:50 +01:00
imap.py Python < 3.10 regression fix 2025-05-16 07:37:35 +02:00
ldap.py LDAP auth: move evaluation of quirk for Authentik where it belongs 2025-09-25 18:09:43 +02:00
none.py added compatibility with a case-insensitive authentication provider 2024-04-17 18:31:51 +03:00
oauth2.py oauth2 do not throw exception in case server is not reachable 2025-02-02 09:04:42 +01:00
pam.py fix loglevel 2025-02-25 06:19:51 +01:00
remote_user.py adjust copyright 2025-03-13 21:31:50 +01:00