SHA256
1
0
forked from pool/sssd

- Update to release 2.7.1

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=265
This commit is contained in:
2022-06-02 15:32:20 +00:00
committed by Git OBS Bridge
parent d571ac484c
commit e0bab6257e
6 changed files with 37 additions and 20 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 2 15:24:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.7.1
* SSSD can now handle multi-valued RDNs if a unique name must
be determined with the help of the RDN.
* A regression in pam_sss_gss module causing a failure if
KRB5CCNAME environment variable was not set was fixed.
* New option `implicit_pac_responder` to control if the PAC
responder is started for the IPA and AD providers; the
default is true.
* New option `krb5_check_pac` to control the PAC validation
behavior.
* Multiple `crl_file` arguments can be used in the
`certificate_verification` option.
-------------------------------------------------------------------
Mon May 16 21:49:38 UTC 2022 - Jan Engelhardt <jengelh@inai.de>