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:
parent
5c4a0578b0
commit
9b216a9f24
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue