mirror of
https://github.com/Kozea/Radicale.git
synced 2025-10-09 21:40:50 +00:00
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. |
||
---|---|---|
.. | ||
app | ||
auth | ||
hook | ||
item | ||
rights | ||
storage | ||
tests | ||
web | ||
__init__.py | ||
__main__.py | ||
config.py | ||
httputils.py | ||
log.py | ||
pathutils.py | ||
py.typed | ||
server.py | ||
types.py | ||
utils.py | ||
xmlutils.py |