SHA256
1
0
forked from jengelh/sssd

- Update to release 2.3.1

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=235
This commit is contained in:
2020-07-24 19:59:43 +00:00
committed by Git OBS Bridge
parent de1bb9ebd1
commit d15836df7f
6 changed files with 36 additions and 60 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jul 24 16:57:58 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.3.1
* Domains can be now explicitly enabled or disabled using
enable option in domain section. This can be especially used
in configuration snippets.
* New configuration options memcache_size_passwd,
memcache_size_group, memcache_size_initgroups that can be
used to control memory cache size.
* 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=x is now default
value only for sssd-shadowutils target.
- sssd-wbclient is obsolete and no longer shipped
-------------------------------------------------------------------
Tue May 19 11:32:22 UTC 2020 - Jan Engelhardt <jengelh@inai.de>