From 3bdbdef5005d76a40f86e76ca9ab7864e74d2140 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Oct 28 2004 15:23:05 +0000 Subject: - Added a patch to fix the automounter failing on ldap maps when it couldn't get the whole map. (ie. when the search limit was lower than the number of results) --- diff --git a/autofs.spec b/autofs.spec index b1de76c..f8886b2 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 32 +%define release 34 Version: %{version} Release: %{release} Epoch: 1 @@ -36,6 +36,7 @@ Patch28: autofs-4.1.2-init-duplicate-map.patch Patch29: autofs-4.1.3-filemap-etc-append.patch Patch30: autofs-4.1.3-init-duplicate-map2.patch Patch31: autofs-4.1.3-plus-map-ordering.patch +Patch32: autofs-4.1.3-ldap-search-limit.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -98,6 +99,7 @@ echo %{version}-%{release} > .version %patch29 -p1 -b .filemap-etc-append %patch30 -p1 -b .init-duplicate-map2 %patch31 -p1 -b .plus-map-ordering.patch +%patch32 -p1 -b .ldap-search-limit.patch cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -151,6 +153,11 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Oct 27 2004 Chris Feist - 1:4.1.3-34 +- Added a patch to fix the automounter failing on ldap maps + when it couldn't get the whole map. (ie. when the search + limit was lower than the number of results) + * Thu Oct 21 2004 Chris Feist - 1:4.1.3-32 - Fixed the use of +ypmapname so the maps included with +ypmapname are used in the correct order. (In the past the '+' entries