]> granicus.if.org Git - shadow/commitdiff
Document MAX_MEMBERS_PER_GROUP.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 8 Mar 2008 16:05:30 +0000 (16:05 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 8 Mar 2008 16:05:30 +0000 (16:05 +0000)
ChangeLog
etc/login.defs

index 5c82ab6890ed8ad3504ea16591f3cee07a6be327..0e5d5e195c9382597ca14911c793426dcb84dc1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * etc/login.defs: Document MAX_MEMBERS_PER_GROUP.
+
 2008-03-07  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/newgrp.c: Add missing end of line in message.
index fc839fb0d7f55efc24a32d18bfb4b60928bb6a6e..12e09c0df8799dbdd1837b4018b0506c86b390a9 100644 (file)
@@ -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