SHA256
1
0
forked from pool/sssd

- Update to 2.2.3

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=232
This commit is contained in:
2020-03-24 12:27:02 +00:00
committed by Git OBS Bridge
parent a37a1b4320
commit c445b52558
8 changed files with 340 additions and 645 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Mar 24 10:49:17 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to 2.2.3
* New features:
* allow_missing_name now treats empty strings the same as
missing names.
* "soft_ocsp" and "soft_crl" options have been added to make
the checks for revoked certificates more flexible if the
system is offline.
* Smart card authentication in polkit is now allowed by default.
* Fixes:
* Handling of FreeIPA users and groups containing @ sign now
works.
* SSSD was unable to hande ldap_uri containing URIs with
different port numbers, which has been rectified.
- Add 0001-Fix-build-failure-against-samba-4.12.0rc1.patch
-------------------------------------------------------------------
Mon Mar 16 16:44:23 UTC 2020 - Samuel Cabrero <scabrero@suse.de>