diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/shadow/files/login.defs | 4 |
1 files changed, 2 insertions, 2 deletions
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. |