summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2014-05-09 12:21:45 +0200
committerChristian Perrier <bubulle@debian.org>2014-05-09 12:21:45 +0200
commit03c52251fb0ec875067c03249fb6486b7210aad6 (patch)
tree277908f3fae6ea3dc1f8527932ee86e4401639f7 /etc
parentaadd2f332cfcf6100bb2476f902e565cc82bd5a3 (diff)
downloadshadow-03c52251fb0ec875067c03249fb6486b7210aad6.tar.gz
Configure userns
Diffstat (limited to 'etc')
-rw-r--r--etc/login.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/login.defs b/etc/login.defs
index 5ac62d63..8dd7c444 100644
--- a/etc/login.defs
+++ b/etc/login.defs
@@ -229,7 +229,7 @@ SYS_UID_MAX 999
# Extra per user uids
SUB_UID_MIN 100000
SUB_UID_MAX 600100000
-SUB_UID_COUNT 10000
+SUB_UID_COUNT 65536
#
# Min/max values for automatic gid selection in groupadd(8)
@@ -242,7 +242,7 @@ SYS_GID_MAX 999
# Extra per user group ids
SUB_GID_MIN 100000
SUB_GID_MAX 600100000
-SUB_GID_COUNT 10000
+SUB_GID_COUNT 65536
#
# Max number of login(1) retries if password is bad