SSSD 2.3.1
Highlights
New features
- Domains can be now explicitly enabled or disabled using
enableoption in
domain section. This can be especially used in configuration snippets. - New configuration options
memcache_size_passwd,memcache_size_group,
memcache_size_initgroupsthat can be used to control memory cache size.
Notable bug fixes
- Fixed several regressions in GPO processing introduced in sssd-2.3.0
- Fixed regression in PAM responder: failures in cache only lookups are no longer considered fatal
- Fixed regression in proxy provider:
pwfield=xis now default value only forsssd-shadowutilstarget
Packaging changes
libwbclientis now deprecated and is not being built by default (use--with-libwibclientto build it)
Documentation Changes
- Added option
memcache_size_passwd - Added option
memcache_size_group - Added option
memcache_size_initgroups - Added option
enablein domain sections - Minor text improvements