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: 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