New upstream release 1.6.1
https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.1 Fixes a serious issue with LDAP connections when the communication is dropped (e.g. VPN disconnection, waking from sleep) SSSD is now less strict when dealing with users/groups with multiple names when a definitive primary name cannot be determined The LDAP provider will no longer attempt to canonicalize by default when using SASL. An option to re-enable this has been provided. Fixes for non-standard LDAP attribute names (e.g. those used by Active Directory) Three HBAC regressions have been fixed. Fix for an infinite loop in the deref code
This commit is contained in:
parent
04d8c969b5
commit
a6910c0007
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.5.10.tar.gz
|
/sssd-1.5.10.tar.gz
|
||||||
/sssd-1.5.11.tar.gz
|
/sssd-1.5.11.tar.gz
|
||||||
/sssd-1.6.0.tar.gz
|
/sssd-1.6.0.tar.gz
|
||||||
|
/sssd-1.6.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
dd52363045b7e2c0094bb24603bb27b4 sssd-1.6.0.tar.gz
|
2da6d0006b70929d4d491e952e808bf5 sssd-1.6.1.tar.gz
|
||||||
|
18
sssd.spec
18
sssd.spec
@ -12,8 +12,8 @@
|
|||||||
%global ldb_version 1.1.0
|
%global ldb_version 1.1.0
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -353,6 +353,20 @@ fi
|
|||||||
%postun -n libipa_hbac -p /sbin/ldconfig
|
%postun -n libipa_hbac -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 29 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.1-1
|
||||||
|
- New upstream release 1.6.1
|
||||||
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.1
|
||||||
|
- Fixes a serious issue with LDAP connections when the communication is
|
||||||
|
dropped (e.g. VPN disconnection, waking from sleep)
|
||||||
|
- SSSD is now less strict when dealing with users/groups with multiple names
|
||||||
|
when a definitive primary name cannot be determined
|
||||||
|
- The LDAP provider will no longer attempt to canonicalize by default when
|
||||||
|
using SASL. An option to re-enable this has been provided.
|
||||||
|
- Fixes for non-standard LDAP attribute names (e.g. those used by Active
|
||||||
|
Directory)
|
||||||
|
- Three HBAC regressions have been fixed.
|
||||||
|
- Fix for an infinite loop in the deref code
|
||||||
|
|
||||||
* Wed Aug 03 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-2
|
* Wed Aug 03 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-2
|
||||||
- Build with _hardened_build macro
|
- Build with _hardened_build macro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user