From 24f853efe7c5f6fd5642a46420b8e7fd0acd3d79 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 20 Jan 2011 18:27:30 +0000 Subject: set UID_MAX and GID_MAX to 2000 --- deployment/shadow/files/login.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/shadow') diff --git a/deployment/shadow/files/login.defs b/deployment/shadow/files/login.defs index b689cb2e..4d966b60 100644 --- a/deployment/shadow/files/login.defs +++ b/deployment/shadow/files/login.defs @@ -23,13 +23,13 @@ PASS_WARN_AGE 7 # 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. -- cgit v1.2.1