The behavior of useradd changed for the creation of groups. Now it

respects GID_MAX.
This commit is contained in:
nekral-guest
2008-03-19 18:14:32 +00:00
parent ffddc3dbf8
commit 99c78a4ae3
2 changed files with 2 additions and 2 deletions
@@ -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