1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00
Radicale/radicale
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
..
app revert improper PR#1839, finally fix #1812 and #1880 2025-09-24 21:31:27 +02:00
auth LDAP auth: change 'ldap_ssl_verify_mode' to NONE for ldapi:// 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