New upstream release 1.5.13

https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.13
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
This commit is contained in:
Stephen Gallagher 2011-08-29 11:57:52 -04:00
parent 54472e5fa7
commit ebddd863fe
3 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ sssd-1.2.91.tar.gz
/sssd-1.5.10.tar.gz
/sssd-1.5.11.tar.gz
/sssd-1.5.12.tar.gz
/sssd-1.5.13.tar.gz

View File

@ -1 +1 @@
9aab979366c1143d7f8f40940ffe3146 sssd-1.5.12.tar.gz
1af754abc762eac63ff5167c7550d65d sssd-1.5.13.tar.gz

View File

@ -8,7 +8,7 @@
%global ldb_version 0.9.10
Name: sssd
Version: 1.5.12
Version: 1.5.13
Release: 1%{?dist}
Group: Applications/System
Summary: System Security Services Daemon
@ -321,7 +321,20 @@ fi
%postun -n libipa_hbac -p /sbin/ldconfig
%changelog
* Fri Aug 05 2011 Stephen Gallagher <sgallagh@redhat.ocm> - 1.5.12-1
* Mon Aug 29 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.13-1
- New upstream release 1.5.13
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.13
- 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
* Fri Aug 05 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.12-1
- New upstream release 1.5.12
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.12
- Fixes a regression introduced in 1.5.11 with hostname resolution