]> TLD Linux GIT Repositories - packages/shadow.git/commitdiff
- treat uid/gid 1000 as system one, we must keep users group for
authorMarcin Krol <hawk@tld-linux.org>
Wed, 5 Sep 2018 08:09:59 +0000 (08:09 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 5 Sep 2018 08:09:59 +0000 (08:09 +0000)
  backward compatibility

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