From 3cb63bca1afb19998dc3235c9d28e3584a051f52 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 11 Jul 2009 19:49:36 -0400 Subject: [PATCH] shadow: changed /etc/logic.defs to start UIDs and GIDs at 1000 instead of 500 --- base/shadow/login.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/shadow/login.defs b/base/shadow/login.defs index 2d4089e85..83c562286 100644 --- a/base/shadow/login.defs +++ b/base/shadow/login.defs @@ -21,13 +21,13 @@ PASS_WARN_AGE 7 # # Min/max values for automatic uid selection in useradd # -UID_MIN 500 +UID_MIN 1000 UID_MAX 60000 # # Min/max values for automatic gid selection in groupadd # -GID_MIN 500 +GID_MIN 1000 GID_MAX 60000 #