Your message dated Wed, 14 Sep 2005 19:18:51 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug fixed in sarge
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; 7 Oct 2004 14:04:11 +0000
>From [EMAIL PROTECTED] Thu Oct 07 07:04:10 2004
Return-path: <[EMAIL PROTECTED]>
Received: from moutng.kundenserver.de [212.227.126.186]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CFYsM-0003Mx-00; Thu, 07 Oct 2004 07:04:10 -0700
Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de)
by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
id 1CFYs0-000433-00
for [EMAIL PROTECTED]; Thu, 07 Oct 2004 16:03:48 +0200
Received: from [80.132.225.199] (helo=empi.dnsalias.com)
by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168)
(Exim 3.35 #1)
id 1CFYs0-0007DK-00
for [EMAIL PROTECTED]; Thu, 07 Oct 2004 16:03:48 +0200
Received: from firegate.empi.dnsalias.com ([192.168.1.11] ident=mail)
by empi.dnsalias.com with esmtp (Exim 3.35 #1 (Debian))
id 1CFYry-0001Zp-00; Thu, 07 Oct 2004 16:03:46 +0200
Received: from khalid by firegate.empi.dnsalias.com with local (Exim 3.35 #1
(Debian))
id 1CFYry-00078K-00; Thu, 07 Oct 2004 16:03:46 +0200
From: Khalid Shukri <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: migrationtools: ./migrate_group.pl /etc/group group.ldif => group.ldif
is empty
X-Mailer: reportbug 1.50
Date: Thu, 07 Oct 2004 16:03:45 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Provags-ID: kundenserver.de [EMAIL PROTECTED]
auth:bf30fa274964243da17cf968484c9b37
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: migrationtools
Version: 40-1
Severity: important
Tags: patch
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux firegate 2.4.24 #1 Don Jul 1 20:05:06 CEST 2004 i586
Locale: LANG=C, LC_CTYPE=C
Versions of packages migrationtools depends on:
ii ldap-utils [openldap-utils] 2.0.23-6.3 OpenLDAP utilities.
ii perl 5.6.1-8.7 Larry Wall's Practical Extraction
migrate_group.pl generates empty ldif.
Patch:
lines 55,56:
next if (int($IGNORE_GID_BELOW) and int($uid) < int($IGNORE_GID_BELOW));
next if (int($IGNORE_GID_ABOVE) and int($uid) > int($IGNORE_GID_ABOVE));
should be replaced by:
next if (int($IGNORE_GID_BELOW) and int($gid) < int($IGNORE_GID_BELOW));
next if (int($IGNORE_GID_ABOVE) and int($gid) > int($IGNORE_GID_ABOVE));
The same ($uid => $gid) should probably happen to lines 60,61 in
migrate_passwd.pl, although I'm not sure if these lines are useful at
all
And maybe you could put a line in README.Debian saying that it's
necessary to uncomment the "Debian patch" in
/etc/migrationtools/migrate_common.ph 97-102:
# Uncomment these to avoid Debian managed system users and groups
$IGNORE_UID_BELOW = 1000;
$IGNORE_GID_BELOW = 100;
# And here's the opposite for completeness
$IGNORE_UID_ABOVE = 9999;
$IGNORE_GID_ABOVE = 9999;
Thanks
Khalid
---------------------------------------
Received: (at 275342-done) by bugs.debian.org; 14 Sep 2005 17:18:58 +0000
>From [EMAIL PROTECTED] Wed Sep 14 10:18:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 0x3ef3a55b.virnxx2.adsl-dhcp.tele.dk (xayide.jones.dk)
[62.243.165.91] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EFauQ-0001i7-00; Wed, 14 Sep 2005 10:18:58 -0700
Received: from localhost (localhost [127.0.0.1])
by xayide.jones.dk (Postfix) with ESMTP id 5995411D0E7
for <[EMAIL PROTECTED]>; Wed, 14 Sep 2005 19:18:53 +0200 (CEST)
Received: from xayide.jones.dk ([127.0.0.1])
by localhost (xayide.jones.dk [127.0.0.1]) (amavisd-new, port 10024)
with SMTP id 12432-03 for <[EMAIL PROTECTED]>;
Wed, 14 Sep 2005 19:18:46 +0200 (CEST)
Received: from localhost.localdomain (unknown [192.168.102.108])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by xayide.jones.dk (Postfix) with ESMTP id 505FE11D0E0
for <[EMAIL PROTECTED]>; Wed, 14 Sep 2005 19:18:46 +0200 (CEST)
Received: from auryn.jones.dk (auryn.jones.dk [127.0.0.1])
by localhost.localdomain (Postfix) with SMTP id 72F59339C4
for <[EMAIL PROTECTED]>; Wed, 14 Sep 2005 19:18:51 +0200 (CEST)
Date: Wed, 14 Sep 2005 19:18:51 +0200
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Bug fixed in sarge
Message-Id: <[EMAIL PROTECTED]>
Organization: Spiff ApS
X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; powerpc-unknown-linux-gnu)
X-Face: yvw#o~hz'%$;u|iUBohl)T/[EMAIL
PROTECTED]/j&/v4H;'#{E\]pJHQsA0!FKs"='cNj!x=\]NiEsi
PWi#:wS|bY F]0)w+?QXNQi={<6HVU5(98,?_#=d!$YOQ"9Vc%Ax-!?lWZUMj7y}m
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at jones.dk
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-Level:
X-Spam-Status: No, hits=-1.4 required=4.0 tests=BAYES_00,UPPERCASE_25_50
autolearn=no version=2.60-bugs.debian.org_2005_01_02
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
version: 45-2
Bug fixed in version in sarge.
- Jonas
- --=20
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
- Enden er n=E6r: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDKFt7n7DbMsAkQLgRAsPDAJ9GI9oU+1IZ1mzxy5DmSDpKgI+smQCbByVi
FXdbmbwGLJqvwbTBJ+LDExo=3D
=3Dwu3c
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]