- fix get_query_dn not looking in subtree for LDAP search (missed second

occurance).
- allow additional common LDAP attributes in map dn.
- Resolves: rhbz#205997
This commit is contained in:
ikent 2006-10-20 02:03:45 +00:00
parent 68bbb4cbef
commit 493abd172e

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.1
%define release 0.rc2.13
%define release 0.rc2.16
Version: %{version}
Release: %{release}
Epoch: 1
@ -32,6 +32,8 @@ Patch17: autofs-5.0.1-rc2-included-map-lookup-fd-leak.patch
Patch18: autofs-5.0.1-rc2-nfs4-only-server.patch
Patch19: autofs-5.0.1-rc2-close-on-exec.patch
Patch20: autofs-5.0.1-rc2-numeric-ldap-host-name.patch
Patch21: autofs-5.0.1-rc2-get_query_dn-subtree-2.patch
Patch22: autofs-5.0.1-rc2-ldap-allow-extra-attrs.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -92,6 +94,8 @@ echo %{version}-%{release} > .version
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -148,6 +152,12 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Fri Oct 20 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.16
- fix get_query_dn not looking in subtree for LDAP search (missed
econd occurance).
- allow additional common LDAP attributes in map dn.
- Resolves: rhbz#205997
* Mon Oct 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.13
- fix parsing of numeric host names in LDAP map specs (bz 205997).