-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: adduser Version: 3.65 Severity: normal "adduser user group" delete all other users from this group and only add the one given. For information: all my "normal" users are in LDAP and only the system users are in /etc/passwd. - -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.31 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Versions of packages adduser depends on: ii debconf 1.4.52 Debian configuration management sy ii passwd 1:4.0.3-38 change and administer password and ii perl-base 5.8.7-4 The Pathologically Eclectic Rubbis adduser recommends no packages. - -- debconf information: * adduser/homedir-permission: true - -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <Klaus@Ethgen.de> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQtwJy5+OKpjRpO3lAQJHSggArGd2Wih07SNCVCCe2bRHVK4UgXdC8cX4 op8URHh5lKGJhlaeZ3mTPtsjN1cFu/dJ4lmGQPS9MnhqNE2MFN0L1WKR3giA28Yl 2JKL3i5hL5muRGUpLJh0P7wPUd68z1QUVjI9JYpsFAjlIx7WJzxsNVH0T3hgQosJ bhMPTIBXcp+mxjgbGx0TwkiwTe8pt+r2p12WOKlTheYwZG4/8ARal9LyJRARx4VY mgCFUvRhAwMozUKyCdO8nTL5F6TIqjxU1cndYPchwTFPd9YFij5pEmxCsKm4yq/L ZC3+rccQjn7xVcwPEXukEighq0JLPy+Yd2N6JGpUbJLwms5fVGGO1w==OZLx -----END PGP SIGNATURE-----
Debian Bug Tracking System
2005-Jul-18 20:33 UTC
[Adduser-devel] Processed: Re: just singelize members of groups
Processing commands for control@bugs.debian.org:> retitle #318951 adduser user group deletes all other members from group on LDAP systemsBug#318951: just singelize members of groups Changed Bug title.> severity #318951 importantBug#318951: adduser user group deletes all other members from group on LDAP systems Severity set to `important''.> thanksStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Marc Haber
2005-Jul-18 20:43 UTC
[Adduser-devel] Bug#318951: just singelize members of groups
retitle #318951 adduser user group deletes all other members from group on LDAP systems severity #318951 important thanks On Mon, Jul 18, 2005 at 09:58:03PM +0200, Klaus Ethgen wrote:> "adduser user group" delete all other users from this group and only add > the one given. > > For information: all my "normal" users are in LDAP and only the system > users are in /etc/passwd.Ok. So we got a bug just fixed back, just backwards. What does perl -e ''print ((getgrnam("some-group"))[3]);'' return on your system, preferably for a group which has more than one member? What does perl -e ''print getpwnam("some-user");'' return for a user in LDAP? Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Klaus Ethgen
2005-Jul-18 22:58 UTC
[Adduser-devel] Bug#318951: just singelize members of groups
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Marc, Am Mo den 18. Jul 2005 um 22:22 schrieb Marc Haber:> Ok. So we got a bug just fixed back, just backwards.?> perl -e ''print ((getgrnam("some-group"))[3]);''All users in this group separated by space.> perl -e ''print getpwnam("some-user");'' > > return for a user in LDAP?The complete user passwd-Entry seperated by nothing. Gru? Klaus - -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <Klaus@Ethgen.de> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQtwvHZ+OKpjRpO3lAQL1mAf9HVBTJKEwgUHXkbnXiR42fwrbR6O8anAf ow2ytmwAf0MMTXz45Gi0UzK2g0xDhfk5SCXlHz7W9SSfuDlXKM/6GNCbNaagBEre llYEcUYAqs4BfZXPwOOhUH7SQ6BHWTlYLVBbMLRWqTno+LYsvcZasF+5NBQ6hlN2 ACdbju9XcAoBe04iVoKxv0T5LCXszatYERHenJdAOqnelnWdfsLWEp40DRxn93tV 2b4mBCM/B023J0jba3GGWfzMA7kp+hW9skyxdN+r73W2TI9L23cXjAYr8ysr3WFz DeHH9omfO7zhbaZxyZXkQuboDAzQEuEO7wQjALckjhz15F1n3ujvFA==XQb4 -----END PGP SIGNATURE-----
Marc Haber
2005-Jul-19 06:40 UTC
[Adduser-devel] Bug#318951: just singelize members of groups
On Tue, Jul 19, 2005 at 12:37:17AM +0200, Klaus Ethgen wrote:> > perl -e ''print ((getgrnam("some-group"))[3]);'' > > All users in this group separated by space. > > > perl -e ''print getpwnam("some-user");'' > > > > return for a user in LDAP? > > The complete user passwd-Entry seperated by nothing.Ok, that''s the same behavior like in a non-LDAP setup, and I can now indeed reproduce the bug. Can you please check adduser 3.65.0 from http://zg.debian.zugschlus.de/zg/pool/main/adduser? Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Debian Bug Tracking System
2005-Jul-28 08:40 UTC
[Adduser-devel] Bug#318951: marked as done (adduser user group deletes all other members from group on LDAP systems)
Your message dated Wed, 27 Jul 2005 23:02:06 -0700 with message-id <E1Dy1T4-0000yP-00@spohr.debian.org> and subject line Bug#318951: fixed in adduser 3.66 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; 18 Jul 2005 19:58:10 +0000>From Klaus@ethgen.de Mon Jul 18 12:58:10 2005Return-path: <Klaus@ethgen.de> Received: from static-195-068.catv.glattnet.ch (ikki) [80.242.195.68] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Dubkg-0005GW-00; Mon, 18 Jul 2005 12:58:10 -0700 Received: from klaus by ikki with local (Exim 4.52) id 1DubkZ-0002FW-LQ; Mon, 18 Jul 2005 21:58:03 +0200 Date: Mon, 18 Jul 2005 21:58:03 +0200 From: Klaus Ethgen <Klaus@Ethgen.de> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: just singelize members of groups Message-ID: <20050718195803.GA8584@ikki> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline X-Reportbug-Version: 3.15 User-Agent: Mutt/1.5.9i Delivered-To: submit@bugs.debian.org 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: adduser Version: 3.65 Severity: normal "adduser user group" delete all other users from this group and only add the one given. For information: all my "normal" users are in LDAP and only the system users are in /etc/passwd. - -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.31 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Versions of packages adduser depends on: ii debconf 1.4.52 Debian configuration management sy ii passwd 1:4.0.3-38 change and administer password and ii perl-base 5.8.7-4 The Pathologically Eclectic Rubbis adduser recommends no packages. - -- debconf information: * adduser/homedir-permission: true - -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <Klaus@Ethgen.de> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQtwJy5+OKpjRpO3lAQJHSggArGd2Wih07SNCVCCe2bRHVK4UgXdC8cX4 op8URHh5lKGJhlaeZ3mTPtsjN1cFu/dJ4lmGQPS9MnhqNE2MFN0L1WKR3giA28Yl 2JKL3i5hL5muRGUpLJh0P7wPUd68z1QUVjI9JYpsFAjlIx7WJzxsNVH0T3hgQosJ bhMPTIBXcp+mxjgbGx0TwkiwTe8pt+r2p12WOKlTheYwZG4/8ARal9LyJRARx4VY mgCFUvRhAwMozUKyCdO8nTL5F6TIqjxU1cndYPchwTFPd9YFij5pEmxCsKm4yq/L ZC3+rccQjn7xVcwPEXukEighq0JLPy+Yd2N6JGpUbJLwms5fVGGO1w==OZLx -----END PGP SIGNATURE----- --------------------------------------- Received: (at 318951-close) by bugs.debian.org; 28 Jul 2005 06:15:40 +0000>From katie@spohr.debian.org Wed Jul 27 23:15:40 2005Return-path: <katie@spohr.debian.org> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1Dy1T4-0000yP-00; Wed, 27 Jul 2005 23:02:06 -0700 From: Marc Haber <mh+debian-packages@zugschlus.de> To: 318951-close@bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#318951: fixed in adduser 3.66 Message-Id: <E1Dy1T4-0000yP-00@spohr.debian.org> Sender: Archive Administrator <katie@spohr.debian.org> Date: Wed, 27 Jul 2005 23:02:06 -0700 Delivered-To: 318951-close@bugs.debian.org 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: adduser Source-Version: 3.66 We believe that the bug you reported is fixed in the latest version of adduser, which is due to be installed in the Debian FTP archive: adduser_3.66.dsc to pool/main/a/adduser/adduser_3.66.dsc adduser_3.66.tar.gz to pool/main/a/adduser/adduser_3.66.tar.gz adduser_3.66_all.deb to pool/main/a/adduser/adduser_3.66_all.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 318951@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marc Haber <mh+debian-packages@zugschlus.de> (supplier of updated adduser 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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 28 Jul 2005 05:34:56 +0000 Source: adduser Binary: adduser Architecture: source all Version: 3.66 Distribution: unstable Urgency: low Maintainer: Debian Adduser Developers <adduser-devel@lists.alioth.debian.org> Changed-By: Marc Haber <mh+debian-packages@zugschlus.de> Description: adduser - Add and remove users and groups Closes: 316089 318951 319043 Changes: adduser (3.66) unstable; urgency=low . * Fix adduser user group. Thanks to Klaus Ethgen. Closes: #318951 * Fix primary group check which was broken due to wrong function name. Thanks to Bastian Kleineidam. Closes: #319043 * Fix broken error message on chage non-zero exit code. Thanks to Brian Nelson. Closes: #316089 * have get_group_members return a list when callers expect a list. Thanks to Lukasz Czyczylo. * add lintian override: adduser does not need to depend on adduser to use adduser in maintainer scripts. Files: 126f04ee2f9733303e7b117bd9b365b4 637 base important adduser_3.66.dsc 12e9f71c6c96bc396ba09fea7d79b961 108980 base important adduser_3.66.tar.gz 6e529148cc883bd1734acbe52ad60088 100434 base important adduser_3.66_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iEYEARECAAYFAkLocOoACgkQgZalRGu6PIRMgwCgu2beJ2XvW8e2wbsqDsBvK7Jn 9+YAn1/lX1azSGwSDctSn0olCKCBhkYQ =rvNH -----END PGP SIGNATURE-----