update to 0.47.5
Update to 0.47.5: - merge Alexander Bokovoy's patches to - teach the schema compatibility plugin to optionally serve user and group information retrieved from libc as part of a set of compat entries - handle simple bind requests for those entries by calling out to PAM - to rewrite the DN of incoming bind requests to compat entries to point at the source entries, instead of returning a referral which most clients won't handle
This commit is contained in:
parent
c349498234
commit
4c650e9178
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.46.tar.gz.sig
|
/slapi-nis-0.46.tar.gz.sig
|
||||||
/slapi-nis-0.47.tar.gz
|
/slapi-nis-0.47.tar.gz
|
||||||
/slapi-nis-0.47.tar.gz.sig
|
/slapi-nis-0.47.tar.gz.sig
|
||||||
|
/slapi-nis-0.47.5.tar.gz
|
||||||
|
/slapi-nis-0.47.5.tar.gz.sig
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.47
|
Version: 0.47.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -21,6 +21,7 @@ Source1: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.ta
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel
|
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel
|
||||||
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
|
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
|
||||||
|
BuildRequires: libsss_nss_idmap-devel, pam-devel
|
||||||
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
|
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
|
||||||
BuildRequires: tcp_wrappers-devel
|
BuildRequires: tcp_wrappers-devel
|
||||||
%else
|
%else
|
||||||
@ -76,12 +77,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.5-1
|
||||||
|
- merge Alexander Bokovoy's patches to
|
||||||
|
- teach the schema compatibility plugin to optionally serve user and group
|
||||||
|
information retrieved from libc as part of a set of compat entries
|
||||||
|
- handle simple bind requests for those entries by calling out to PAM
|
||||||
|
- to rewrite the DN of incoming bind requests to compat entries to point
|
||||||
|
at the source entries, instead of returning a referral which most clients
|
||||||
|
won't handle
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
* Fri May 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47-1
|
* Fri May 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47-1
|
||||||
- fix request argument memory leaks in NIS server
|
- fix request argument memory leaks in NIS server
|
||||||
- add a %sort function
|
- add a %%sort function
|
||||||
|
|
||||||
* Thu Apr 4 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.46-1
|
* Thu Apr 4 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.46-1
|
||||||
- when checking if we can skip processing for a given change, pay attention to
|
- when checking if we can skip processing for a given change, pay attention to
|
||||||
|
Loading…
Reference in New Issue
Block a user