From a54907dce30857c75fcd41d3f37059d8bd2e55d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bryan=20=C3=98stergaard?= Date: Wed, 3 Jan 2018 18:32:44 +0100 Subject: [PATCH] Add note to passwd(1) that --maxdays -1 disables the setting. This note already exists in chage(1). --- man/passwd.1.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/passwd.1.xml b/man/passwd.1.xml index 1a53d001..0e8ba328 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. +