php icon indicating copy to clipboard operation
php copied to clipboard

Using groupadd/useradd to add user/group

Open jonatasrenan opened this issue 4 years ago • 0 comments

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.

jonatasrenan avatar Apr 18 '20 20:04 jonatasrenan