From 4cadadc03874734b61c65b1f3a3b774e96e6cfcff017e0a6cbef30c11d61624d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 Apr 2018 09:49:26 +0000 Subject: [PATCH] Accepting request 602087 from home:ckowalczyk:branches:network:ldap:sssd-1_16_1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to new minor upstream release 1.16.1 (fate#323340): New Features: * A new option auto_private_groups was added. If this option is enabled, SSSD will automatically create user private groups based on user’s UID number. The GID number is ignored in this case. * The SSSD smart card integration now supports a special type of PAM conversation implemented by GDM which allows the user to select the appropriate smrt card certificate in GDM. * A new API for accessing user and group information was added. This API is similar to the tradiional Name Service Switch API, but allows the consumer to talk to SSSD directly as well as to fine-tune the query with e.g. how cache should be evaluated. * The sssctl command line tool gained a new command access-report, which can generate who can access the client machine. Currently only generating the report on an IPA client based on HBAC rules is supported. * The hostid provider was moved from the IPA specific code to the generic LDAP code. This allows SSH host keys to be access by the generic LDAP provider as well. See the ldap_host_* options in the sssd-ldap manual page for more details. * Setting the memcache_timeout option to 0 disabled creating the memory cache files altogether. This can be useful in cases there is a bug in the memory cache that needs working around. OBS-URL: https://build.opensuse.org/request/show/602087 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=195 --- sssd-1.16.0.tar.gz | 3 --- sssd-1.16.0.tar.gz.asc | 6 ------ sssd-1.16.1.tar.gz | 3 +++ sssd-1.16.1.tar.gz.asc | 6 ++++++ sssd.changes | 28 ++++++++++++++++++++++++++++ sssd.spec | 2 +- 6 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 sssd-1.16.0.tar.gz delete mode 100644 sssd-1.16.0.tar.gz.asc create mode 100644 sssd-1.16.1.tar.gz create mode 100644 sssd-1.16.1.tar.gz.asc diff --git a/sssd-1.16.0.tar.gz b/sssd-1.16.0.tar.gz deleted file mode 100644 index c469694..0000000 --- a/sssd-1.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c581a6e5365cef87fca419c0c9563cf15eadbb682863d648d85ffcded7a3940f -size 5899127 diff --git a/sssd-1.16.0.tar.gz.asc b/sssd-1.16.0.tar.gz.asc deleted file mode 100644 index d789a3d..0000000 --- a/sssd-1.16.0.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iEYEABECAAYFAlnqDFQACgkQHsardTLnvCU79wCg3b6eA8KEVLV8WECtUpTuFOb4 -WtAAoIQpjJYhg/z0wNqa2wh5v7CLpZdP -=MMlI ------END PGP SIGNATURE----- diff --git a/sssd-1.16.1.tar.gz b/sssd-1.16.1.tar.gz new file mode 100644 index 0000000..38f49be --- /dev/null +++ b/sssd-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbf677851afdefcdf57eccaf25d59eb682a2994ad2a2dbf419003930a0b506e +size 5992778 diff --git a/sssd-1.16.1.tar.gz.asc b/sssd-1.16.1.tar.gz.asc new file mode 100644 index 0000000..c85ee70 --- /dev/null +++ b/sssd-1.16.1.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iEYEABECAAYFAlqidCAACgkQHsardTLnvCUWWQCg5lP0BwQTXT9KWCE/JWZJdXoZ +zJoAn2ekRH33J6/IH+6OpD/UozWH+50y +=Lfb4 +-----END PGP SIGNATURE----- diff --git a/sssd.changes b/sssd.changes index bf781ca..35bf822 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Apr 27 14:43:58 UTC 2018 - ckowalczyk@suse.com + +- Update to new minor upstream release 1.16.1 (fate#323340): + +New Features: + * A new option auto_private_groups was added. If this option is + enabled, SSSD will automatically create user private groups based + on user’s UID number. The GID number is ignored in this case. + * The SSSD smart card integration now supports a special type of PAM + conversation implemented by GDM which allows the user to select + the appropriate smrt card certificate in GDM. + * A new API for accessing user and group information was added. + This API is similar to the tradiional Name Service Switch API, but + allows the consumer to talk to SSSD directly as well as to + fine-tune the query with e.g. how cache should be evaluated. + * The sssctl command line tool gained a new command access-report, + which can generate who can access the client machine. Currently + only generating the report on an IPA client based on HBAC rules + is supported. + * The hostid provider was moved from the IPA specific code to + the generic LDAP code. This allows SSH host keys to be access by + the generic LDAP provider as well. See the ldap_host_* options in + the sssd-ldap manual page for more details. + * Setting the memcache_timeout option to 0 disabled creating + the memory cache files altogether. This can be useful in cases + there is a bug in the memory cache that needs working around. + ------------------------------------------------------------------- Tue Apr 24 13:09:35 UTC 2018 - ckowalczyk@suse.com diff --git a/sssd.spec b/sssd.spec index d2f2d71..0dfac7a 100644 --- a/sssd.spec +++ b/sssd.spec @@ -17,7 +17,7 @@ Name: sssd -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: System Security Services Daemon License: GPL-3.0+ and LGPL-3.0+