diff options
Diffstat (limited to 'man/login.defs.d/SYS_GID_MAX.xml')
-rw-r--r-- | man/login.defs.d/SYS_GID_MAX.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/login.defs.d/SYS_GID_MAX.xml b/man/login.defs.d/SYS_GID_MAX.xml new file mode 100644 index 0000000..f39ddfd --- /dev/null +++ b/man/login.defs.d/SYS_GID_MAX.xml @@ -0,0 +1,19 @@ +<!-- + SPDX-FileCopyrightText: 2007 - 2008, Nicolas François + SPDX-License-Identifier: BSD-3-Clause +--> +<varlistentry> + <term><option>SYS_GID_MAX</option> (number)</term> + <term><option>SYS_GID_MIN</option> (number)</term> + <listitem> + <para> + Range of group IDs used for the creation of system groups by + <command>useradd</command>, <command>groupadd</command>, or + <command>newusers</command>. + </para> + <para> + The default value for <option>SYS_GID_MIN</option> (resp. + <option>SYS_GID_MAX</option>) is 101 (resp. <option>GID_MIN</option>-1). + </para> + </listitem> +</varlistentry> |