Skip to content

Using groupadd/useradd to add user/group#112

Open
jonatasrenan wants to merge 2 commits intowodby:masterfrom
jonatasrenan:master
Open

Using groupadd/useradd to add user/group#112
jonatasrenan wants to merge 2 commits intowodby:masterfrom
jonatasrenan:master

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

Comments