summaryrefslogtreecommitdiffstats
path: root/abs/core/shadow/login.defs
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-30 01:52:12 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-30 01:52:12 (GMT)
commit21f3deaaa33c04b3bc0d7fc0c682ee105a251dfb (patch)
tree0fea1b5e1366a7c80ebdca0c1aab1ad139dc4b24 /abs/core/shadow/login.defs
parent88f6c8c4bef7c20f9d44ca1bbc2346a821355754 (diff)
downloadlinhes_pkgbuild-21f3deaaa33c04b3bc0d7fc0c682ee105a251dfb.zip
linhes_pkgbuild-21f3deaaa33c04b3bc0d7fc0c682ee105a251dfb.tar.gz
linhes_pkgbuild-21f3deaaa33c04b3bc0d7fc0c682ee105a251dfb.tar.bz2
shadow: upgrade
Diffstat (limited to 'abs/core/shadow/login.defs')
-rw-r--r--abs/core/shadow/login.defs8
1 files changed, 7 insertions, 1 deletions
diff --git a/abs/core/shadow/login.defs b/abs/core/shadow/login.defs
index 9b1fab0..653e14e 100644
--- a/abs/core/shadow/login.defs
+++ b/abs/core/shadow/login.defs
@@ -131,12 +131,18 @@ PASS_WARN_AGE 7
#
UID_MIN 1000
UID_MAX 60000
+# System accounts
+SYS_UID_MIN 500
+SYS_UID_MAX 999
#
# Min/max values for automatic gid selection in groupadd
#
-GID_MIN 100
+GID_MIN 1000
GID_MAX 60000
+# System accounts
+SYS_GID_MIN 500
+SYS_GID_MAX 999
#
# Max number of login retries if password is bad