7ce94164c7
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.
11 lines
310 B
XML
11 lines
310 B
XML
<varlistentry>
|
|
<term><option>UID_MAX</option> (number)</term>
|
|
<term><option>UID_MIN</option> (number)</term>
|
|
<listitem>
|
|
<para>
|
|
Range of user IDs used for the creation of regular users by
|
|
<command>useradd</command> or <command>newusers</command>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|