2008-10-11 17:14:43 +05:30
|
|
|
<!--
|
2021-12-05 21:05:27 +05:30
|
|
|
SPDX-FileCopyrightText: 2007 - 2008, Nicolas François
|
|
|
|
SPDX-License-Identifier: BSD-3-Clause
|
2008-10-11 17:14:43 +05:30
|
|
|
-->
|
* man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
Document new variables.
* man/newusers.8.xml, man/login.defs.5.xml,
man/login.defs.d/GID_MAX.xml, man/login.defs.d/UID_MAX.xml:
newusers uses now the GID_MAX, GID_MIN, UID_MAX, UID_MIN,
SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
* man/groupadd.8.xml, man/login.defs.5.xml: groupadd uses now the
SYS_GID_MAX, and SYS_GID_MIN variables.
* man/login.defs.5.xml: useradd uses now the SYS_GID_MAX,
SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
2008-02-26 02:47:18 +05:30
|
|
|
<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>
|
2011-11-19 20:03:53 +05:30
|
|
|
<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>
|
* man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
Document new variables.
* man/newusers.8.xml, man/login.defs.5.xml,
man/login.defs.d/GID_MAX.xml, man/login.defs.d/UID_MAX.xml:
newusers uses now the GID_MAX, GID_MIN, UID_MAX, UID_MIN,
SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
* man/groupadd.8.xml, man/login.defs.5.xml: groupadd uses now the
SYS_GID_MAX, and SYS_GID_MIN variables.
* man/login.defs.5.xml: useradd uses now the SYS_GID_MAX,
SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
2008-02-26 02:47:18 +05:30
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|