New upstream release 1.5.16

https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.16
pam_sss will now return authinfo_unavail when the SSSD daemon is shut down,
instead of PAM_SYSTEM_ERR
Fixes a regression in LDAP failover handling
All user/group/netgroup names passed to NSS/PAM are now validated to be
valid UTF-8 strings
This commit is contained in:
Stephen Gallagher 2011-12-19 16:19:48 -05:00
parent bbe8f92a02
commit 4e97372689
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ sssd-1.2.91.tar.gz
/sssd-1.5.13.tar.gz
/sssd-1.5.14.tar.gz
/sssd-1.5.15.tar.gz
/sssd-1.5.16.tar.gz

View File

@ -1 +1 @@
302f1a562047eec71c938e303759526d sssd-1.5.15.tar.gz
1cf9800dd4d934e2ed53fd1049e57b36 sssd-1.5.16.tar.gz

View File

@ -8,7 +8,7 @@
%global ldb_version 1.0.0-3
Name: sssd
Version: 1.5.15
Version: 1.5.16
Release: 1%{?dist}
Group: Applications/System
Summary: System Security Services Daemon
@ -348,6 +348,15 @@ fi
%postun -n libipa_hbac -p /sbin/ldconfig
%changelog
* Mon Dec 19 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.16-1
- New upstream release 1.5.16
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.16
- pam_sss will now return authinfo_unavail when the SSSD daemon is shut down,
instead of PAM_SYSTEM_ERR
- Fixes a regression in LDAP failover handling
- All user/group/netgroup names passed to NSS/PAM are now validated to be
valid UTF-8 strings
* Fri Nov 04 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.15-1
- New upstream release 1.5.15
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.15