mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Update ldap.py
This commit is contained in:
parent
f40c4d6e9b
commit
bcbf0918a9
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ class Auth(auth.BaseAuth):
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
raise RuntimeError("LDAP authentication requires the ldap3 module") from e
|
raise RuntimeError("LDAP authentication requires the ldap3 module") from e
|
||||||
|
|
||||||
self._ldap_authentik_timestamp_hack = configuration.get("auth", "ldap_authentik_timestamp_hack")
|
self._ldap_ignore_attribute_create_modify_timestamp = configuration.get("auth", "ldap_ignore_attribute_create_modify_timestamp")
|
||||||
if self._ldap_authentik_timestamp_hack:
|
if self._ldap_ignore_attribute_create_modify_timestamp:
|
||||||
self.ldap3.utils.config._ATTRIBUTES_EXCLUDED_FROM_CHECK.extend(['createTimestamp','modifyTimestamp'])
|
self.ldap3.utils.config._ATTRIBUTES_EXCLUDED_FROM_CHECK.extend(['createTimestamp','modifyTimestamp'])
|
||||||
logger.info("auth.ldap_authentik_timestamp_hack applied")
|
logger.info("auth.ldap_authentik_timestamp_hack applied")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue