From ca6425e54ed6ad6008c5495f9102fb6b1edf5283 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 20 Dec 2023 21:11:11 +0100 Subject: [PATCH] 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 --- man/login.defs.d/PASS_WARN_AGE.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/login.defs.d/PASS_WARN_AGE.xml b/man/login.defs.d/PASS_WARN_AGE.xml index 0feeb7eb..f55afafa 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.