From 439d34ed5ca7c5f64655204d0e3bb3b984eb52e6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 18 May 2010 18:02:30 +0000 Subject: [PATCH] - New LDAP access provider allows for filtering user access by LDAP attribute - Reduced default timeout for detecting offline status with LDAP - GSSAPI ticket lifetime made configurable - Better offline->online transition support in Kerberos --- .cvsignore | 2 +- sources | 2 +- sssd.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index be003e0..8185774 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sssd-1.1.91.tar.gz +sssd-1.1.92.tar.gz diff --git a/sources b/sources index 62e6610..bad8f03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3cd99acdcbd0a996ac2ccecb186b762 sssd-1.1.91.tar.gz +ad0fd30b07f4ba2431ade2c90cf7a09d sssd-1.1.92.tar.gz diff --git a/sssd.spec b/sssd.spec index afc9007..07cb883 100644 --- a/sssd.spec +++ b/sssd.spec @@ -4,10 +4,10 @@ %endif Name: sssd -Version: 1.1.91 +Version: 1.1.92 #Never reset the Release, always increment it #Otherwise we can have issues if library versions do not change -Release: 10%{?dist} +Release: 11%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -453,6 +453,12 @@ fi %postun -n libref_array -p /sbin/ldconfig %changelog +* Tue May 18 2010 Stephen Gallagher - 1.1.92-11 +- New LDAP access provider allows for filtering user access by LDAP attribute +- Reduced default timeout for detecting offline status with LDAP +- GSSAPI ticket lifetime made configurable +- Better offline->online transition support in Kerberos + * Fri May 07 2010 Stephen Gallagher - 1.1.91-10 - Release new upstream version 1.1.91 - Enhancements when using SSSD with FreeIPA v2