From: Bryan Østergaard Date: Wed, 3 Jan 2018 17:32:44 +0000 (+0100) Subject: Add note to passwd(1) that --maxdays -1 disables the setting. X-Git-Tag: 4.6~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F91%2Fhead;p=thirdparty%2Fshadow.git Add note to passwd(1) that --maxdays -1 disables the setting. This note already exists in chage(1). --- diff --git a/man/passwd.1.xml b/man/passwd.1.xml index 1a53d001b..0e8ba3287 100644 --- a/man/passwd.1.xml +++ b/man/passwd.1.xml @@ -363,6 +363,11 @@ MAX_DAYS, the password is required to be changed. + + Passing the number -1 as + MAX_DAYS will remove checking a + password's validity. +