Your message dated Sat, 16 Apr 2005 12:39:04 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#304862: migrationtools: migrate_passwd.pl create a wrong kerberosSecurityObject objectClass line in output 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; 16 Apr 2005 00:00:23 +0000 >From [EMAIL PROTECTED] Fri Apr 15 17:00:23 2005 Return-path: <[EMAIL PROTECTED]> Received: from vsmtp4.tin.it [212.216.176.224] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DMajX-0002B7-00; Fri, 15 Apr 2005 17:00:23 -0700 Received: from fidokaos.dyndns.org (80.180.15.73) by vsmtp4.tin.it (7.0.027) id 425386DA0044CD8F; Sat, 16 Apr 2005 01:59:50 +0200 Received: by fidokaos.dyndns.org (Postfix, from userid 1000) id E2FE4502A370; Sat, 16 Apr 2005 01:59:49 +0200 (CEST) Content-Type: multipart/mixed; boundary="===============0656334825==" MIME-Version: 1.0 From: Luca Villani <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: migrationtools: migrate_passwd.pl create a wrong kerberosSecurityObject objectClass line in output X-Mailer: reportbug 3.9 Date: Sat, 16 Apr 2005 01:59:49 +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. --===============0656334825== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: migrationtools Version: 46-1 Severity: grave Tags: patch Justification: renders package unusable Debian Woody's schema files for openldap do not provide the objectClass "kerberosSecurityObject", but migrationtool's migrate_passwd.pl script create an ldif file containing objectClass: kerberosSecurityObject krbName: ... This at all prevents ldif import: fidokaos:/usr/share/migrationtools# slapadd -v -d 10 -l users.ldif bdb_back_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003) bdb_db_init: Initializing BDB database str2entry: invalid value for attributeType objectClass #5 (syntax 1.3.6.1.4.1.1466.115.121.1.38) slapadd: could not parse entry (line=24) fidokaos:/usr/share/migrationtools# -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages migrationtools depends on: ii ldap-utils [openldap-utils] 2.2.23-1 OpenLDAP utilities ii perl 5.8.4-8 Larry Wall's Practical Extraction -- no debconf information --===============0656334825== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="migrationtools_patch.diff" --- migrate_passwd.pl 2004-11-03 22:43:15.000000000 +0100 +++ my_migrate_passwd.pl 2005-04-16 01:48:31.719587732 +0200 @@ -121,9 +121,9 @@ print $HANDLE "objectClass: posixAccount\n"; print $HANDLE "objectClass: top\n"; - if ($DEFAULT_REALM) { - print $HANDLE "objectClass: kerberosSecurityObject\n"; - } +# if ($DEFAULT_REALM) { +# print $HANDLE "objectClass: kerberosSecurityObject\n"; +# } if ($shadowUsers{$user} ne "") { &dump_shadow_attributes($HANDLE, split(/:/, $shadowUsers{$user})); @@ -131,9 +131,9 @@ print $HANDLE "userPassword: {crypt}$pwd\n"; } - if ($DEFAULT_REALM) { - print $HANDLE "krbName: [EMAIL PROTECTED]"; - } +# if ($DEFAULT_REALM) { +# print $HANDLE "krbName: [EMAIL PROTECTED]"; +# } if ($shell) { print $HANDLE "loginShell: $shell\n"; --===============0656334825==-- --------------------------------------- Received: (at 304862-done) by bugs.debian.org; 16 Apr 2005 10:39:32 +0000 >From [EMAIL PROTECTED] Sat Apr 16 03:39:31 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.35 1 (Debian)) id 1DMki3-000132-00; Sat, 16 Apr 2005 03:39:31 -0700 Received: from localhost (localhost [127.0.0.1]) by xayide.jones.dk (Postfix) with ESMTP id 885041AB337; Sat, 16 Apr 2005 12:39:29 +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 10057-10; Sat, 16 Apr 2005 12:39:20 +0200 (CEST) Received: from [10.0.0.21] (unknown [195.251.112.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by xayide.jones.dk (Postfix) with ESMTP id 27FC01AB2FD; Sat, 16 Apr 2005 12:39:19 +0200 (CEST) Message-ID: <[EMAIL PROTECTED]> Date: Sat, 16 Apr 2005 12:39:04 +0200 From: Jonas Smedegaard <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0.2 (X11/20050401) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Luca Villani <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#304862: migrationtools: migrate_passwd.pl create a wrong kerberosSecurityObject objectClass line in output References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8 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-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: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 16-04-2005 12:15, Luca Villani wrote: > Alle 11:44, sabato 16 aprile 2005, Jonas Smedegaard ha scritto: >=20 >=20 >=20 >>Why don't you just avoid defining DEFAULT_REALM? >=20 >=20 > Because in Italy was 01:59:49 AM, and i was sleeping! :-D >=20 > Sincerely, I had not see this solution... :-( Ok. I'll close the bugreport then. Have a nice sleep :-) - Jonas - -- * Jonas Smedegaard - idealist og Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ - Enden er n=C3=A6r: http://www.shibumi.org/eoti.htm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCYOtIn7DbMsAkQLgRArhjAKCV9Sci+w/s9Gbk/KRwt/B9dFI4bQCfVssD vbOcr82E0GaYEao8OrRSb6Q=3D =3DC31/ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]