]> TLD Linux GIT Repositories - packages/shadow.git/blobdiff - shadow-login.defs
- updated to 4.15.1, partial PLD merge
[packages/shadow.git] / shadow-login.defs
index 2b040473f328b981ebf801c5ef1b9d7d74707a78..ef79651f68a91bf2ac85bbe64c221093143d9d12 100644 (file)
@@ -163,20 +163,20 @@ PASS_WARN_AGE     7
 #
 # Min/max values for automatic uid selection in useradd
 #
-UID_MIN                         1000
+UID_MIN                         1001
 UID_MAX                        60000
 # System accounts
 SYS_UID_MIN              1
-SYS_UID_MAX              999
+SYS_UID_MAX              1000
 
 #
 # Min/max values for automatic gid selection in groupadd
 #
-GID_MIN                         1000
+GID_MIN                         1001
 GID_MAX                        60000
 # System accounts
 SYS_GID_MIN              10
-SYS_GID_MAX              999
+SYS_GID_MAX              1000
 
 #
 # Max number of login retries if password is bad. This will most likely be