-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Unable to add user to the users
group
#12
Comments
I am guessing here; but I have seen changes related to There are entries in $ cat /etc/gshadow | grep users
users::: It seems it is defined in $ cat /usr/lib/sysusers.d/20-setup-groups.conf | grep users
g users 100 Does the entry in |
I think I got it:
So altfiles provides the value, but |
For the command
I expect if this can't work on |
Is there an existing issue for this?
Current Behavior
It is currently not possible to add a user to the
users
group.Expected Behavior
A
usermod -a -G users <username>
should work as expected.Steps To Reproduce
The following workaround is possible:
Anything else?
This is reported upstream: https://gitlab.com/fedora/bootc/base-images/-/issues/42 as this is also happening for the
fedora-bootc
andcentos-bootc
images.Search terms
usermod users useradd
The text was updated successfully, but these errors were encountered: