* man/usermod.8.xml: Document behavior of an empty EXPIRE_DATE.

* man/usermod.8.xml: Document that the mail spool might have to be
	renamed (as for the homedir)
This commit is contained in:
nekral-guest 2011-07-14 13:29:43 +00:00
parent 2c6782b501
commit c2333946c0
2 changed files with 9 additions and 2 deletions

View File

@ -21,6 +21,9 @@
if the password is changed and passwd requires a shadow entry, or if the password is changed and passwd requires a shadow entry, or
if aging features are used (-e or -f). Document this and also that if aging features are used (-e or -f). Document this and also that
-e and -f require a shadow file. -e and -f require a shadow file.
* man/usermod.8.xml: Document behavior of an empty EXPIRE_DATE.
* man/usermod.8.xml: Document that the mail spool might have to be
renamed (as for the homedir)
2011-07-08 Nicolas François <nicolas.francois@centraliens.net> 2011-07-08 Nicolas François <nicolas.francois@centraliens.net>

View File

@ -127,6 +127,10 @@
The date on which the user account will be disabled. The date is The date on which the user account will be disabled. The date is
specified in the format <emphasis remap='I'>YYYY-MM-DD</emphasis>. specified in the format <emphasis remap='I'>YYYY-MM-DD</emphasis>.
</para> </para>
<para>
An empty <replaceable>EXPIRE_DATE</replaceable> argument will
disable the expiration of the account.
</para>
<para> <para>
This option requires a <filename>/etc/shadow</filename> file. This option requires a <filename>/etc/shadow</filename> file.
A <filename>/etc/shadow</filename> entry will be created if A <filename>/etc/shadow</filename> entry will be created if
@ -207,8 +211,8 @@
The name of the user will be changed from The name of the user will be changed from
<replaceable>LOGIN</replaceable> to <replaceable>LOGIN</replaceable> to
<replaceable>NEW_LOGIN</replaceable>. Nothing else is changed. In <replaceable>NEW_LOGIN</replaceable>. Nothing else is changed. In
particular, the user's home directory name should probably be particular, the user's home directory or mail spool should
changed manually to reflect the new login name. probably be renamed manually to reflect the new login name.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>