Bug ID 1226850
Summary Useradd doesn't create a group under the same name despite not using the -N flag
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee screening-team-bugs@suse.de
Reporter alice.brooks@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

So I've downloaded the latest Tumbleweed image (20240621) and ran it inside a
vm, however any user that's created is no longer created with a matching named
group, this includes ones from the initial installer and any new ones created
via useradd

You can recreate this either by running through the installer as mentioned
above, or something like below:

```
sudo useradd -m test 
cat /etc/group | grep test
```

Prints out nothing, as the group test was never created


You are receiving this mail because: