From 83db204477068a9e54ab7826e9d9173e095e61eb Mon Sep 17 00:00:00 2001 From: tzccinct Date: Sat, 12 Jun 2021 12:55:57 +0900 Subject: [PATCH] man: use the consistent value 0 to disable PASS_MIN_DAYS restriction --- man/login.defs.d/PASS_MIN_DAYS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/login.defs.d/PASS_MIN_DAYS.xml b/man/login.defs.d/PASS_MIN_DAYS.xml index 14f68ebe..afbfdfaa 100644 --- a/man/login.defs.d/PASS_MIN_DAYS.xml +++ b/man/login.defs.d/PASS_MIN_DAYS.xml @@ -34,7 +34,7 @@ The minimum number of days allowed between password changes. Any password changes attempted sooner than this will be rejected. If not - specified, -1 will be assumed (which disables the restriction). + specified, 0 will be assumed (which disables the restriction).