From: Tobias Stoeckmann Date: Wed, 20 Dec 2023 20:11:11 +0000 (+0100) Subject: login.defs.5: Be specific that only -1 is allowed X-Git-Tag: 4.15.0-rc1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6425e54ed6ad6008c5495f9102fb6b1edf5283;p=thirdparty%2Fshadow.git login.defs.5: Be specific that only -1 is allowed Other negative values can have bad effects and won't be allowed anymore. Signed-off-by: Tobias Stoeckmann --- diff --git a/man/login.defs.d/PASS_WARN_AGE.xml b/man/login.defs.d/PASS_WARN_AGE.xml index 0feeb7eb9..f55afafa0 100644 --- a/man/login.defs.d/PASS_WARN_AGE.xml +++ b/man/login.defs.d/PASS_WARN_AGE.xml @@ -9,8 +9,8 @@ The number of days warning given before a password expires. A zero - means warning is given only upon the day of expiration, a negative - value means no warning is given. If not specified, no warning will + means warning is given only upon the day of expiration, a value of + -1 means no warning is given. If not specified, no warning will be provided.