forked from jengelh/sssd
Accepting request 335893 from network:ldap
- Update to new upstream release 1.13.1 OBS-URL: https://build.opensuse.org/request/show/335893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=68
This commit is contained in:
commit
83a9f918af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd1dd95165bca02a08fbd0ea8ac6aa296bc339798d6c6566aee823c536718a5a
|
||||
size 4417697
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlWa1YEACgkQHsardTLnvCXJQACgtx+37IBGO6/nBGqBCx5Y/Eye
|
||||
Su4AoIqcfMtZZnEPC/0D0TMwAGDBhv4i
|
||||
=N/oh
|
||||
-----END PGP SIGNATURE-----
|
3
sssd-1.13.1.tar.gz
Normal file
3
sssd-1.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff6425d455a5cae2359e32c8627832e67b5cc0bbec4081a16d926b6e1b431ae7
|
||||
size 4517171
|
7
sssd-1.13.1.tar.gz.asc
Normal file
7
sssd-1.13.1.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlYLta0ACgkQHsardTLnvCX0lwCgzMl3DT9BbTgcXGcM0Q2AGLUf
|
||||
+8QAoK5LZJdWZ+HcXC7ZIOTJ0vv9a9FB
|
||||
=z5ez
|
||||
-----END PGP SIGNATURE-----
|
25
sssd.changes
25
sssd.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 11:44:21 UTC 2015 - michael@stroeder.com
|
||||
|
||||
- Update to new upstream release 1.13.1
|
||||
* Initial support for Smart Card authentication was added. The
|
||||
feature can be activated with the new pam_cert_auth option.
|
||||
* The PAM prompting was enhanced so that when Two-Factor
|
||||
Authentication is used, both factors (password and token) can
|
||||
be entered separately on separate prompts. At the same time,
|
||||
only the long-term password is cached, so offline access would
|
||||
still work using the long term password.
|
||||
* A new command line tool sss_override is present in this
|
||||
release. The tools allows to override attributes on the SSSD
|
||||
side. It's helpful in environment where e.g. some hosts need to
|
||||
have a different view of POSIX attributes than others. Please
|
||||
note that the overrides are stored in the cache as well, so
|
||||
removing the cache will also remove the overrides.
|
||||
* Several enhancements to the dynamic DNS update code. Notably,
|
||||
clients that update multiple interfaces work better with this
|
||||
release.
|
||||
* This release supports authenticating againt a KDC proxy
|
||||
* The fail over code was enhanced so that if a trusted domain is
|
||||
not reachable, only that domain will be marked as inactive but
|
||||
the backed would stay in online mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:34:44 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sssd
|
||||
Version: 1.13.0
|
||||
Version: 1.13.1
|
||||
Release: 0
|
||||
Summary: System Security Services Daemon
|
||||
License: GPL-3.0+ and LGPL-3.0+
|
||||
@ -531,7 +531,6 @@ rm -f /var/lib/sss/db/*.ldb
|
||||
%defattr(-,root,root)
|
||||
%dir %_libdir/%name/
|
||||
%_libdir/%name/libsss_ad.so
|
||||
%_libdir/%name/libsss_ad_common.so
|
||||
%dir %_libexecdir/%name/
|
||||
%_libexecdir/%name/gpo_child
|
||||
%dir %_datadir/%name/
|
||||
@ -620,6 +619,7 @@ rm -f /var/lib/sss/db/*.ldb
|
||||
%_sbindir/sss_useradd
|
||||
%_sbindir/sss_userdel
|
||||
%_sbindir/sss_usermod
|
||||
%_sbindir/sss_override
|
||||
%dir %_mandir/??/man8/
|
||||
%_mandir/??/man8/sss_*.8*
|
||||
%_mandir/man8/sss_*.8*
|
||||
|
Loading…
Reference in New Issue
Block a user