New upstream release 1.5.5
https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.5 Fixes for several crash bugs LDAP group lookups will no longer abort if there is a zero-length member attribute Add automatic fallback to 'cn' if the 'gecos' attribute does not exist
This commit is contained in:
parent
3eed4c3557
commit
c8fb340975
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.5.2.tar.gz
|
/sssd-1.5.2.tar.gz
|
||||||
/sssd-1.5.3.tar.gz
|
/sssd-1.5.3.tar.gz
|
||||||
/sssd-1.5.4.tar.gz
|
/sssd-1.5.4.tar.gz
|
||||||
|
/sssd-1.5.5.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d1459f6e0d0a5246374f08e6ab24c7de sssd-1.5.4.tar.gz
|
dbca15fb9a24daec163984c36a706820 sssd-1.5.5.tar.gz
|
||||||
|
10
sssd.spec
10
sssd.spec
@ -8,7 +8,7 @@
|
|||||||
%global ldb_version 1.0.2
|
%global ldb_version 1.0.2
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.5.4
|
Version: 1.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
@ -270,6 +270,14 @@ fi
|
|||||||
%postun client -p /sbin/ldconfig
|
%postun client -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 12 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.5-1
|
||||||
|
- New upstream release 1.5.5
|
||||||
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.5
|
||||||
|
- Fixes for several crash bugs
|
||||||
|
- LDAP group lookups will no longer abort if there is a zero-length member
|
||||||
|
- attribute
|
||||||
|
- Add automatic fallback to 'cn' if the 'gecos' attribute does not exist
|
||||||
|
|
||||||
* Thu Mar 24 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.4-1
|
* Thu Mar 24 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.4-1
|
||||||
- New upstream release 1.5.4
|
- New upstream release 1.5.4
|
||||||
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.4
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.4
|
||||||
|
Loading…
Reference in New Issue
Block a user