SHA256
1
0
forked from pool/sssd

- Update to release 2.7.3

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=271
This commit is contained in:
2022-07-04 13:10:54 +00:00
committed by Git OBS Bridge
parent c6aa571b2d
commit ae4a95afd7
6 changed files with 30 additions and 20 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 4 12:11:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.7.3
* All SSSD client libraries (nss, pam, etc) won't serialize
requests anymore by default, i.e. requests from multiple
threads can be executed in parallel. Old behavior
(serialization) can be enabled by setting environment
variable "SSS_LOCKFREE" to "NO".
-------------------------------------------------------------------
Tue Jun 21 10:19:54 UTC 2022 - Stefan Schubert <schubi@localhost>