Bug#473379: Recommendation to remove the check and the warning

2022-02-06 Thread Marc Haber
On Sun, Feb 06, 2022 at 11:22:56AM -0500, Jason Franklin wrote: > Third, I believe that this is a case of "deluser" being a bit too > helpful. We should only be worried about whether a group is empty or not > when deleting a group. Otherwise, it is on the sysadmin to check for > empty groups if the

Bug#473379: Recommendation to remove the check and the warning

2022-02-06 Thread Jason Franklin
Greetings: I thought I would go ahead and confirm this one. I noticed it myself today, and I wanted to follow up here. I recommend that we remove the check and the warning entirely. First, the warning is already incorrect. It may mislead someone into thinking that they can remove a group that st

Bug#473379: deluser incorrectly warns that a group has no more members

2018-11-26 Thread Marc Haber
Control: severity #473379 minor Hi, this is caused by the libc call getpwuid which does seem to ignore the primary groups of users, as it only returns "the broken-out fields of the record in the password database". I would recommend removing the kind of misleading warning and/or rewording it. G

Bug#473379:

2018-11-25 Thread Jakob Unterwurzacher
Still happens in Jessie.

Bug#473379: deluser incorrectly warns that a group has no more members

2008-03-30 Thread Geert Uytterhoeven
Package: adduser Version: 3.107 When deleting a user which is a member of the `users' group, `deluser' gives an incorrect warning: | [10:58:14]~# deluser foo | Removing user `foo' ... | Warning: group `users' has no more members. | Done. | [10:59:14]~# While there are no members of this group le