Skip to content
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

Using groupadd/useradd to add user/group #112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jonatasrenan
Copy link

@jonatasrenan jonatasrenan commented Apr 18, 2020

adduser/addgroup gives error when uid/gid is greater than 256000:

number 961200513 is not in 0..256000 range

Changing the approach to using useradd/groupadd from shadow solves the problem.

addgroup gives error: number 961200513 is not in 0..256000 range when uid/gid is greater than 256000
adduser/addgroup gives error when uid/gid is greater than 256000:

number 961200513 is not in 0..256000 range

Changing the approach to using useradd/groupadd from shadow the problem is solved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant