sssd-1.12.3
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=143
This commit is contained in:
parent
4d2b0a5d01
commit
b1d6287bca
@ -1,4 +1,4 @@
|
|||||||
sssd
|
sssd
|
||||||
supplements "packageand(sssd:pam-<targettype>)"
|
supplements "packageand(sssd:pam-<targettype>)"
|
||||||
supplements "packageand(sssd:glibc-<targettype>)"
|
supplements "packageand(sssd:glibc-<targettype>)"
|
||||||
-/usr/lib(64)?/*
|
-/usr/lib(64)?/*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55a06a191b2e2506b23f80cf3d15f58b8d94d1f5a1bc5dc77ccf010c0eaafa5d
|
|
||||||
size 4149084
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlRFH8kACgkQHsardTLnvCXMOACeKY1jciw1hTsvG/aOYK3h0+N1
|
|
||||||
1/QAniL6o+Rhb0HReZPsMGYlQv41MI2C
|
|
||||||
=chdM
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sssd-1.12.3.tar.gz
Normal file
3
sssd-1.12.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d32c41b7964e3a49e27c8e278daff70f4e1d0171c7f641ffb4e800724cabf42
|
||||||
|
size 4198515
|
7
sssd-1.12.3.tar.gz.asc
Normal file
7
sssd-1.12.3.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlSuve8ACgkQHsardTLnvCWtlwCfZGbXyMTjWgYK3gBCqEaSj92y
|
||||||
|
67cAoKZZQEn1+pdNjxgZN+C1J02+2xJz
|
||||||
|
=X5Ef
|
||||||
|
-----END PGP SIGNATURE-----
|
12
sssd.changes
12
sssd.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 8 22:23:42 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.12.3
|
||||||
|
* SSSD now allows the IPA client to move from one ID view to
|
||||||
|
another after SSSD restart.
|
||||||
|
* It is possible to apply ID views to IPA domains as well.
|
||||||
|
Previous SSSD versions only allowed views to be applied to AD
|
||||||
|
trusted domains.
|
||||||
|
* Overriding SSH public keys is supported in this release.
|
||||||
|
* Move semanage related functions to a separate library.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 1 22:01:02 UTC 2015 - meissner@suse.com
|
Thu Jan 1 22:01:02 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.12.2
|
Version: 1.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPL-3.0+ and LGPL-3.0+
|
License: GPL-3.0+ and LGPL-3.0+
|
||||||
@ -472,6 +472,7 @@ rm -f /var/lib/sss/db/*.ldb
|
|||||||
%_libdir/%name/libsss_child*
|
%_libdir/%name/libsss_child*
|
||||||
%_libdir/%name/libsss_crypt*
|
%_libdir/%name/libsss_crypt*
|
||||||
%_libdir/%name/libsss_debug*
|
%_libdir/%name/libsss_debug*
|
||||||
|
%_libdir/%name/libsss_semanage*
|
||||||
%_libdir/%name/libsss_simple*
|
%_libdir/%name/libsss_simple*
|
||||||
%_libdir/%name/libsss_util*
|
%_libdir/%name/libsss_util*
|
||||||
%dir %_libdir/%name/modules/
|
%dir %_libdir/%name/modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user