Browse Source

shadow: changed /etc/logic.defs to start UIDs and GIDs at 1000 instead of 500

user/amery/runit-rework
Alejandro Mery 17 years ago
committed by Alejandro Mery
parent
commit
3cb63bca1a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      base/shadow/login.defs

+ 2
- 2
base/shadow/login.defs

@ -21,13 +21,13 @@ PASS_WARN_AGE 7
#
# Min/max values for automatic uid selection in useradd
#
UID_MIN 500
UID_MIN 1000
UID_MAX 60000
#
# Min/max values for automatic gid selection in groupadd
#
GID_MIN 500
GID_MIN 1000
GID_MAX 60000
#

Loading…
Cancel
Save