Browse Source

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

user/amery/runit-rework
Alejandro Mery 16 years ago committed by Alejandro Mery
parent
commit
3cb63bca1a
  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 # Min/max values for automatic uid selection in useradd
# #
UID_MIN 500 UID_MIN 1000
UID_MAX 60000 UID_MAX 60000
# #
# Min/max values for automatic gid selection in groupadd # Min/max values for automatic gid selection in groupadd
# #
GID_MIN 500 GID_MIN 1000
GID_MAX 60000 GID_MAX 60000
# #

Loading…
Cancel
Save