Modified: puppet/deployment/shadow/files/login.defs
===================================================================
--- puppet/deployment/shadow/files/login.defs 2011-01-20 18:25:40 UTC (rev 865)
+++ puppet/deployment/shadow/files/login.defs 2011-01-20 18:27:30 UTC (rev 866)
@@ -23,13 +23,13 @@
# Min/max values for automatic uid selection in useradd
#
UID_MIN 500
-UID_MAX 60000
+UID_MAX 2000
#
# Min/max values for automatic gid selection in groupadd
#
GID_MIN 500
-GID_MAX 60000
+GID_MAX 2000
#
# If defined, this command is run when removing a user.