* man/useradd.8.xml, man/groupadd.8.xml, man/usermod.8.xml,
man/groupmod.8.xml: Avoid hardcoded values, and reference instead the configuration options (e.g. UID_MIN) * man/groupmod.8.xml, man/usermod.8.xml: Add missing reference to login.defs * man/login.defs.d/UID_MAX.xml, man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/GID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml: Document the default values.
This commit is contained in:
@@ -472,8 +472,12 @@
|
||||
The numerical value of the user's ID. This value must be unique,
|
||||
unless the <option>-o</option> option is used. The value must be
|
||||
non-negative. The default is to use the smallest ID value
|
||||
greater than 999 and greater than every other user. Values
|
||||
between 0 and 999 are typically reserved for system accounts.
|
||||
greater than or equal to <option>UID_MIN</option> and greater
|
||||
than every other user.
|
||||
</para>
|
||||
<para>
|
||||
See also the <option>-r</option> option and the
|
||||
<option>UID_MAX</option> description.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user