diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-20 18:27:30 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-20 18:27:30 +0000 |
commit | 24f853efe7c5f6fd5642a46420b8e7fd0acd3d79 (patch) | |
tree | 1bdfddd9ac96f39aca107e204e5d3a3e5c721006 /deployment | |
parent | 747f4d7b0d342a6209fd38ec75718325f0c91255 (diff) | |
download | puppet-24f853efe7c5f6fd5642a46420b8e7fd0acd3d79.tar puppet-24f853efe7c5f6fd5642a46420b8e7fd0acd3d79.tar.gz puppet-24f853efe7c5f6fd5642a46420b8e7fd0acd3d79.tar.bz2 puppet-24f853efe7c5f6fd5642a46420b8e7fd0acd3d79.tar.xz puppet-24f853efe7c5f6fd5642a46420b8e7fd0acd3d79.zip |
set UID_MAX and GID_MAX to 2000
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. |