mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
ldap_ignore_attribute_create_modify_timestamp changelog + cosmetics in description
This commit is contained in:
parent
d25786c190
commit
7fcf473662
3 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
## 3.5.1.dev
|
||||
|
||||
* Fix: auth/htpasswd related to detection and use of bcrypt
|
||||
* Add: option [auth] ldap_ignore_attribute_create_modify_timestamp for support of Authentik LDAP server
|
||||
|
||||
## 3.5.0
|
||||
|
||||
|
|
|
@ -1065,8 +1065,8 @@ Default:
|
|||
_(>= 3.5.1)_
|
||||
|
||||
Add modifyTimestamp and createTimestamp to the exclusion list of internal ldap3 client
|
||||
so that these schema attributes are not checked. This is needed for Authentik since
|
||||
Authentik does not provide these both attributes.
|
||||
so that these schema attributes are not checked. This is needed at least for Authentik
|
||||
LDAP server as not providing these both attributes.
|
||||
|
||||
Default: false
|
||||
|
||||
|
|
4
config
4
config
|
@ -74,8 +74,8 @@
|
|||
## Expiration time of caching failed logins in seconds
|
||||
#cache_failed_logins_expiry = 90
|
||||
|
||||
# Ignore modifyTimestamp and createTimestamp attributes. Needed if Authentik LDAP server is used. Uncomment then.
|
||||
#ldap_ignore_attribute_create_modify_timestamp = true
|
||||
# Ignore modifyTimestamp and createTimestamp attributes. Required e.g. for Authentik LDAP server
|
||||
#ldap_ignore_attribute_create_modify_timestamp = false
|
||||
|
||||
# URI to the LDAP server
|
||||
#ldap_uri = ldap://localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue