Accepting request 65144 from network:ldap

Accepted submit request 65144 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/65144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=22
This commit is contained in:
Sascha Peilicke 2011-03-24 16:36:37 +00:00 committed by Git OBS Bridge
parent b01ce20ac3
commit 364cb88025
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c39b6749a19a61da74aa4801f332429a27c0604c49d6541e4bd512fad5a9a7f
size 866097

3
sssd-1.5.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26e872eb6261a5eb0fb1c0fee0f9b4c92ce7c5a68afb4c7e7289788bc4fb728b
size 901733

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Mar 24 15:42:02 UTC 2011 - rhafer@suse.de
- Updated to 1.5.3
* Support for libldb >= 1.0.0
* Proper detection of manpage translations
* Changes between 1.5.1 and 1.5.2
* Fixes for support of FreeIPA v2
* Fixes for failover if DNS entries change
* Improved sss_obfuscate tool with better interactive mode
* Fix several crash bugs
* Don't attempt to use START_TLS over SSL. Some LDAP servers
can't handle this
* Delete users from the local cache if initgroups calls return
'no such user' (previously only worked for getpwnam/getpwuid)
* Use new Transifex.net translations
* Better support for automatic TGT renewal (now survives
restart)
* Netgroup fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 8 13:22:58 UTC 2011 - rhafer@suse.de Tue Mar 8 13:22:58 UTC 2011 - rhafer@suse.de

View File

@ -18,7 +18,7 @@
Name: sssd Name: sssd
Version: 1.5.1 Version: 1.5.3
Release: 1 Release: 1
Group: System/Daemons Group: System/Daemons
Summary: System Security Services Daemon Summary: System Security Services Daemon
@ -200,10 +200,13 @@ rm -rf $RPM_BUILD_ROOT
%config %{_sysconfdir}/sssd/sssd.api.d/sssd-simple.conf %config %{_sysconfdir}/sssd/sssd.api.d/sssd-simple.conf
/%{_lib}/libnss_sss.so.2 /%{_lib}/libnss_sss.so.2
/%{_lib}/security/pam_sss.so /%{_lib}/security/pam_sss.so
%dir %{_mandir}/uk
%dir %{_mandir}/uk/man5
%{_mandir}/man5/sssd-krb5.* %{_mandir}/man5/sssd-krb5.*
%{_mandir}/man5/sssd-ldap.* %{_mandir}/man5/sssd-ldap.*
%{_mandir}/man5/sssd-simple.* %{_mandir}/man5/sssd-simple.*
%{_mandir}/man5/sssd.conf.* %{_mandir}/man5/sssd.conf.*
%{_mandir}/uk/man5/sssd.conf.*
%files tools %files tools
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -211,9 +214,15 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_mandir}/cs/man8 %dir %{_mandir}/cs/man8
%dir %{_mandir}/uk %dir %{_mandir}/uk
%dir %{_mandir}/uk/man8 %dir %{_mandir}/uk/man8
%dir %{_mandir}/es
%dir %{_mandir}/es/man8
%dir %{_mandir}/nl
%dir %{_mandir}/nl/man8
%{_mandir}/man8/* %{_mandir}/man8/*
%{_mandir}/cs/man8/* %{_mandir}/cs/man8/*
%{_mandir}/uk/man8/* %{_mandir}/uk/man8/*
%{_mandir}/es/man8/*
%{_mandir}/nl/man8/*
%{_sbindir}/sss_useradd %{_sbindir}/sss_useradd
%{_sbindir}/sss_userdel %{_sbindir}/sss_userdel
%{_sbindir}/sss_usermod %{_sbindir}/sss_usermod