1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

LDAP auth: define fallback value for _use_encryption

This commit is contained in:
Peter Marschall 2025-09-06 10:58:23 +02:00
parent 5c4a0578b0
commit 9b216a9f24

View file

@ -67,6 +67,7 @@ class Auth(auth.BaseAuth):
_ldap_group_filter: str
_ldap_group_members_attr: str
_ldap_module_version: int = 3
_use_encryption: bool = False
_ldap_use_ssl: bool = False
_ldap_security: str = "none"
_ldap_ssl_verify_mode: int = ssl.CERT_REQUIRED