The behavior of useradd changed for the creation of groups. Now it
respects GID_MAX.
This commit is contained in:
@@ -39,4 +39,4 @@ users:x:100:
|
||||
nogroup:x:65534:
|
||||
crontab:x:101:
|
||||
Debian-exim:x:102:
|
||||
test1:x:2147483647:
|
||||
test1:x:103:
|
||||
|
||||
@@ -17,4 +17,4 @@ irc:x:39:39:ircd:/var/run/ircd:/bin/sh
|
||||
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
|
||||
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
|
||||
Debian-exim:x:102:102::/var/spool/exim4:/bin/false
|
||||
test1:x:2147483647:2147483647::/home/test1:/bin/sh
|
||||
test1:x:2147483647:103::/home/test1:/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user