summaryrefslogtreecommitdiffstats
path: root/abs/core/shadow/login.defs
diff options
context:
space:
mode:
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