From ebddd863fe10a99699d1f71ea0be53a8735d61ba Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 29 Aug 2011 11:57:52 -0400 Subject: [PATCH] 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 --- .gitignore | 1 + sources | 2 +- sssd.spec | 17 +++++++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d95e461..f80bcc6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index ba6de2e..6bf5b13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aab979366c1143d7f8f40940ffe3146 sssd-1.5.12.tar.gz +1af754abc762eac63ff5167c7550d65d sssd-1.5.13.tar.gz diff --git a/sssd.spec b/sssd.spec index e977e52..b40ea65 100644 --- a/sssd.spec +++ b/sssd.spec @@ -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 - 1.5.12-1 +* Mon Aug 29 2011 Stephen Gallagher - 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 - 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