1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-15 21:51:57 +00:00
Radicale/radicale/auth
Peter Marschall f0626a8dde LDAP auth: change 'ldap_ssl_verify_mode' to NONE for ldapi://
For ldapi:// connections, which connect - by definition - to a local UNIX
socket, lower the value of config setting 'ldap_ssl_verify_mode' to "NONE"
to avoid certificate validation failures.
The UNIX socket address can NEVER match any DNS name from a certificate,
making the whole certificate validation moot.

This is a workaround for a limitation of Python's LDAP modules, that do not
consider this edge case.
2025-09-29 20:15:33 +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: change 'ldap_ssl_verify_mode' to NONE for ldapi:// 2025-09-29 20:15:33 +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