Browse Source

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

stable/0.6
Alejandro Mery 16 years ago committed by Christian Wiese
parent
commit
a134d08045
  1. 4
      base/shadow/login.defs

4
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