SSSD 2.4.0
Highlights
libnsssupport was dropped, SSSD now supports onlyopensslcryptography
New features
- Session recording can now exclude specific users or groups when
scopeis set toall(seeexclude_usersandexclude_groupsoptions) - Active Directory provider now sends CLDAP pings over UDP protocol to Domain Controllers in parallel to determine site and forest to speed up server discovery
Packaging changes
- python2 bindings are disable by default, use
--with-python2-bindingsto build it
Documentation Changes
- Default value of
client_idle_timeoutchanged from 60 to 300 seconds for KCM, this allows more time for user interaction (e.g. duringkinit) - Added
exclude_usersandexclude_groupsoption tosession_recordingsection, this allows to exclude user or groups from session recording whenscopeis set toall - Added
ldap_library_debug_leveloption to enable debug messages fromlibldap - Added
dyndns_auth_ptrto set authentication mechanism for PTR DNS records update - Added
ad_allow_remote_domain_local_groupsto be compatible with other solutions