Revision
866
Author
boklm
Date
2011-01-20 19:27:30 +0100 (Thu, 20 Jan 2011)

Log Message

set UID_MAX and GID_MAX to 2000

Modified Paths

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.