From: tzccinct Date: Sat, 12 Jun 2021 03:55:57 +0000 (+0900) Subject: man: use the consistent value 0 to disable PASS_MIN_DAYS restriction X-Git-Tag: v4.9~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F356%2Fhead;p=thirdparty%2Fshadow.git man: use the consistent value 0 to disable PASS_MIN_DAYS restriction --- diff --git a/man/login.defs.d/PASS_MIN_DAYS.xml b/man/login.defs.d/PASS_MIN_DAYS.xml index 14f68ebe8..afbfdfaa4 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).