X-Git-Url: https://git.tld-linux.org/?p=packages%2Fshadow.git;a=blobdiff_plain;f=shadow-login.defs;h=ef79651f68a91bf2ac85bbe64c221093143d9d12;hp=2b040473f328b981ebf801c5ef1b9d7d74707a78;hb=HEAD;hpb=05fe961c2c45b0c3e89c478e5930517f49000dc6 diff --git a/shadow-login.defs b/shadow-login.defs index 2b04047..ef79651 100644 --- a/shadow-login.defs +++ b/shadow-login.defs @@ -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