Your message dated Thu, 09 Jun 2005 19:17:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306829: fixed in autofs 4.1.4-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Apr 2005 18:37:46 +0000
>From [EMAIL PROTECTED] Thu Apr 28 11:37:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from lxmta1.gsi.de [140.181.67.41]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DRDtS-0005og-00; Thu, 28 Apr 2005 11:37:46 -0700
Received: from localhost (localhost [127.0.0.1])
by lxmta1.gsi.de (Postfix) with ESMTP id 34BBA289778
for <[EMAIL PROTECTED]>; Thu, 28 Apr 2005 20:37:15 +0200 (CEST)
Received: from localhost.localdomain (lxsarge01.gsi.de [140.181.77.234])
by lxmta1.gsi.de (Postfix) with ESMTP id 2116C289777
for <[EMAIL PROTECTED]>; Thu, 28 Apr 2005 20:37:15 +0200 (CEST)
Received: by localhost.localdomain (Postfix, from userid 3564)
id A3481C06B81; Thu, 28 Apr 2005 20:37:14 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0937044025=="
MIME-Version: 1.0
From: "Christopher Huhn, GSI" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: autofs-ldap: auto.master in LDAP and autofs.schema
X-Mailer: reportbug 3.8
Date: Thu, 28 Apr 2005 20:37:14 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============0937044025==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: autofs-ldap
Version: 4.1.3+4.1.4beta2-7
Severity: important
Tags: patch
/etc/init.d/autofs fails to retrieve the auto.master map from LDAP. The
attached patch fixes the problem for my setup.
Additionally it exports LDAPBASE and LDAPURI (see bug #304340), which makes
autofs-ldap rather independant from the content of
/etc/ldap/ldap.conf.
One might encounter problems when both RFC 2307 and autofs.schema entries are
inside the specified subtree.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages autofs-ldap depends on:
ii autofs 4.1.3+4.1.4beta2-7 kernel-based automounter for Linux
ii ldap-utils 2.2.23-1 OpenLDAP utilities
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libldap2 2.1.30-3 OpenLDAP libraries
-- no debconf information
--===============0937044025==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="autofs.init.diff"
--- /etc/init.d/autofs.orig 2005-04-28 19:56:39.719182481 +0200
+++ /etc/init.d/autofs.working 2005-04-28 19:57:36.924029843 +0200
@@ -156,7 +156,12 @@
function getldapmounts()
{
if [ -x /usr/lib/autofs/autofs-ldap-auto-master ]; then
+ # see bug 304340:
+ export LDAPURI="$LDAPURI"
+ export LDAPBASE="$LDAPBASE"
/usr/lib/autofs/autofs-ldap-auto-master 2> /dev/null
+ /usr/lib/autofs/autofs-ldap-auto-master -m automountMap \
+ -e automount -n ou -k cn -v automountInformation 2> /dev/null
fi
}
--===============0937044025==--
---------------------------------------
Received: (at 306829-close) by bugs.debian.org; 9 Jun 2005 23:21:33 +0000
>From [EMAIL PROTECTED] Thu Jun 09 16:21:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DgWL7-0004Ez-00; Thu, 09 Jun 2005 16:21:33 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DgWH3-0005Tg-00; Thu, 09 Jun 2005 19:17:21 -0400
From: [EMAIL PROTECTED] (Steinar H. Gunderson)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#306829: fixed in autofs 4.1.4-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 09 Jun 2005 19:17:21 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: autofs
Source-Version: 4.1.4-3
We believe that the bug you reported is fixed in the latest version of
autofs, which is due to be installed in the Debian FTP archive:
autofs-hesiod_4.1.4-3_i386.deb
to pool/main/a/autofs/autofs-hesiod_4.1.4-3_i386.deb
autofs-ldap_4.1.4-3_i386.deb
to pool/main/a/autofs/autofs-ldap_4.1.4-3_i386.deb
autofs_4.1.4-3.diff.gz
to pool/main/a/autofs/autofs_4.1.4-3.diff.gz
autofs_4.1.4-3.dsc
to pool/main/a/autofs/autofs_4.1.4-3.dsc
autofs_4.1.4-3_i386.deb
to pool/main/a/autofs/autofs_4.1.4-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steinar H. Gunderson <[EMAIL PROTECTED]> (supplier of updated autofs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 10 Jun 2005 00:52:28 +0200
Source: autofs
Binary: autofs-hesiod autofs-ldap autofs
Architecture: i386 source
Version: 4.1.4-3
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson <[EMAIL PROTECTED]>
Changed-By: Steinar H. Gunderson <[EMAIL PROTECTED]>
Description:
autofs - kernel-based automounter for Linux
autofs-hesiod - Hesiod map support for autofs
autofs-ldap - LDAP map support for autofs
Closes: 306829
Changes:
autofs (4.1.4-3) unstable; urgency=low
.
* 065_fix_master_map_in_ldap: Fix problems where auto.master is in LDAP,
patch from Christopher Huhn. (Closes: #306829)
Files:
44b54ffe64b5214912ad00a65264ff07 108968 utils extra autofs_4.1.4-3_i386.deb
4a2d55bbf80d51ce4f1be749c6390178 25174 utils extra
autofs-hesiod_4.1.4-3_i386.deb
58554b5dfc4006acbbc41786e019928a 640 utils extra autofs_4.1.4-3.dsc
b3ed0511d95c00a8df2e8b9ab0044748 37262 utils extra autofs-ldap_4.1.4-3_i386.deb
dbaac65c8213656b02dbc0f6e09b2bc0 35835 utils extra autofs_4.1.4-3.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCqMqlXKRQ3lK3SH4RAlu3AKC6Qvxi5hLn4CkFbGxKUs+qXdfcnQCgj1le
igDw50/lq4KHTdPicxOVX5w=
=Fpb/
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]