From nobody Tue Nov 23 05:06:49 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 91B5218AB946 for ; Tue, 23 Nov 2021 05:06:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HysZ13Zfwz4dw0 for ; Tue, 23 Nov 2021 05:06:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AB1810876 for ; Tue, 23 Nov 2021 05:06:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1AN56n8g006254 for ; Tue, 23 Nov 2021 05:06:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN56nTM006253 for bugs@FreeBSD.org; Tue, 23 Nov 2021 05:06:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 238995] adduser does not check for pre-existing user field entries in /etc/group Date: Tue, 23 Nov 2021 05:06:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dclarke@blastwave.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238995 --- Comment #2 from Dennis Clarke --- Minor followup here is that the ownership of the user home directory was in fact correct !=20 europa# cd /usr/home/aarch64/ europa# ls -lapbin=20 total 10 65852 drwxr-xr-x 2 31415 31415 9 Nov 23 04:56 ./ 34 drwxr-xr-x 6 0 0 6 Nov 23 04:56 ../ 65857 -rw-r--r-- 1 31415 31415 962 Nov 23 04:56 .cshrc 65855 -rw-r--r-- 1 31415 31415 323 Nov 23 04:56 .login 65858 -rw-r--r-- 1 31415 31415 91 Nov 23 04:56 .login_conf 65853 -rw------- 1 31415 31415 301 Nov 23 04:56 .mail_aliases 65856 -rw-r--r-- 1 31415 31415 267 Nov 23 04:56 .mailrc 65854 -rw-r--r-- 1 31415 31415 978 Nov 23 04:56 .profile 65859 -rw-r--r-- 1 31415 31415 1015 Nov 23 04:56 .shrc europa#=20 That is correct given the group entry :=20 aarch64:*:31415:aarch64 Regardless we did get adduser doing the dumb task of creating another group entry with the same name and a different gid. Dennis --=20 You are receiving this mail because: You are the assignee for the bug.=