php
php copied to clipboard
Using groupadd/useradd to add user/group
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.