From 987d853aa92adee9868b2c0cc4d0aa08d274853f Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 8 Mar 2008 16:05:30 +0000 Subject: [PATCH] Document MAX_MEMBERS_PER_GROUP. --- ChangeLog | 4 ++++ etc/login.defs | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c82ab68..0e5d5e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-08 Nicolas François + + * etc/login.defs: Document MAX_MEMBERS_PER_GROUP. + 2008-03-07 Nicolas François * src/newgrp.c: Add missing end of line in message. diff --git a/etc/login.defs b/etc/login.defs index fc839fb0..12e09c0d 100644 --- a/etc/login.defs +++ b/etc/login.defs @@ -357,3 +357,13 @@ ENVIRON_FILE /etc/environment # USERGROUPS_ENAB yes +# +# If set to a non-nul number, the shadow utilities will make sure that +# groups never have more than this number of users on one line. +# This permit to support split groups (groups split into multiple lines, +# with the same group ID, to avoid limitation of the line length in the +# group file). +# +# 0 is the default value and disables this feature. +# +#MAX_MEMBERS_PER_GROUP 0