* 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:
@@ -331,8 +331,7 @@
|
||||
<para>
|
||||
This value must be unique,
|
||||
unless the <option>-o</option> option is used. The value must be
|
||||
non-negative. Values between 0 and 999 are typically reserved
|
||||
for system accounts.
|
||||
non-negative.
|
||||
</para>
|
||||
<para>
|
||||
The user's mailbox, and any files which the user owns and which are
|
||||
@@ -343,6 +342,12 @@
|
||||
The ownership of files outside of the user's home directory
|
||||
must be fixed manually.
|
||||
</para>
|
||||
<para>
|
||||
No checks will be performed with regard to the
|
||||
<option>UID_MIN</option>, <option>UID_MAX</option>,
|
||||
<option>SYS_UID_MIN</option>, or <option>SYS_UID_MAX</option>
|
||||
from <filename>/etc/login.defs</filename>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -430,6 +435,12 @@
|
||||
<para>Secure group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>/etc/login.defs</filename></term>
|
||||
<listitem>
|
||||
<para>Shadow password suite configuration.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>/etc/passwd</filename></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user