SSSD 2.9.6 Release Notes
Highlights
General information
-
The DoT for dynamic DNS updates is supported now. It requires new version of
nsupdate
from BIND 9.19+. -
The option
default_domain_suffix
is deprecated. Consider using the more
flexibledomain_resolution_order
instead.
Important fixes
- When the
DP_OPT_DYNDNS_REFRESH_OFFSET
enumerator was created, the
associatedstruct dp_option
was not. Because these structures are part of
an array and the enumerator is used as the index, the wrong structure would be
accessed when trying to use this index. This problem was fixed by creating the
missing structure.
Configuration changes
-
The
dyndns_server
option is extended so it can be in form of URI
(dns+tls://1.2.3.4:853#servername
). New set of options
dyndns_dot_cacert
,dyndns_dot_cert
anddyndns_dot_key
allows to
configure DNS-over-TLS communication. -
Added
exop_force
value for configuration optionldap_pwmodify_mode
.
This can be used to force a password change even if no grace logins are left.
Depending on the configuration of the LDAP server it might be expected that
the password change will fail.