From: nekral-guest Date: Thu, 14 Jul 2011 13:29:43 +0000 (+0000) Subject: * man/usermod.8.xml: Document behavior of an empty EXPIRE_DATE. X-Git-Tag: 4.1.5~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2333946c0132ec934ff1a6ff36c258fc5a67949;p=shadow * 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) --- diff --git a/ChangeLog b/ChangeLog index 4fd204df..3f95e7a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,9 @@ 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 -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 diff --git a/man/usermod.8.xml b/man/usermod.8.xml index e1317c70..5cfccc39 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -127,6 +127,10 @@ The date on which the user account will be disabled. The date is specified in the format YYYY-MM-DD. + + An empty EXPIRE_DATE argument will + disable the expiration of the account. + This option requires a /etc/shadow file. A /etc/shadow entry will be created if @@ -207,8 +211,8 @@ The name of the user will be changed from LOGIN to NEW_LOGIN. Nothing else is changed. In - particular, the user's home directory name should probably be - changed manually to reflect the new login name. + particular, the user's home directory or mail spool should + probably be renamed manually to reflect the new login name.