SHA256
1
0
forked from pool/sssd

- Update to release 2.8.0

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=274
This commit is contained in:
2022-10-07 12:15:04 +00:00
committed by Git OBS Bridge
parent 4d2abd8f93
commit 58bdb836fe
6 changed files with 37 additions and 20 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 7 12:05:29 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.0
* Introduced the dbus function
org.freedesktop.sssd.infopipe.Users.ListByAttr(attr, value,
limit) listing upto limit users matching the filter
attr=value.
* sssctl is now able to create, list and delete indexes on the
local caches. Indexes are useful for the new D-Bus
ListByAttr() function.
* sssctl is now able to read and set each component's debug
level independently.
* A number of new configuration options are available,
cf. https://sssd.io/release-notes/sssd-2.8.0.html .
-------------------------------------------------------------------
Thu Sep 1 13:45:36 UTC 2022 - Stefan Schubert <schubi@suse.com>