Document the -r, --system option.
This commit is contained in:
parent
243809af3a
commit
300f7416c4
@ -1,3 +1,7 @@
|
||||
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, man/useradd.8.xml: Document the -r, --system option.
|
||||
|
||||
2008-05-18 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
Import Debian patch 487_passwd_chauthtok_failed_message
|
||||
|
3
NEWS
3
NEWS
@ -22,6 +22,9 @@ shadow-4.1.1 -> shadow-4.1.2 UNRELEASED
|
||||
- vipw
|
||||
* Resume properly after ^Z.
|
||||
|
||||
*** documentation:
|
||||
- Document the -r, --system option in the useradd manpage.
|
||||
|
||||
shadow-4.1.0 -> shadow-4.1.1 02-04-2008
|
||||
|
||||
*** general:
|
||||
|
@ -281,6 +281,24 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-r</option>, <option>--system</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create a system account.
|
||||
</para>
|
||||
<para>
|
||||
System users will be created with no aging information in
|
||||
<filename>/etc/shadow</filename>, and will use the
|
||||
<option>SYS_UID_MIN</option>-<option>SYS_UID_MAX</option>
|
||||
range for their user's ID instead of
|
||||
<option>UID_MIN</option>-<option>UID_MAX</option> (and their
|
||||
<option>GID</option> counterparts for the creation of groups).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-s</option>, <option>--shell</option>
|
||||
|
Loading…
Reference in New Issue
Block a user