]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
login.defs.5: Be specific that only -1 is allowed
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 20 Dec 2023 20:11:11 +0000 (21:11 +0100)
committerSerge Hallyn <serge@hallyn.com>
Wed, 27 Dec 2023 15:54:06 +0000 (09:54 -0600)
Other negative values can have bad effects and won't be allowed
anymore.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
man/login.defs.d/PASS_WARN_AGE.xml

index 0feeb7eb90f051abacd6a5fe79a1e2ea05b93cb6..f55afafa05426c2a84a4e05f7062fffaee6f01e6 100644 (file)
@@ -9,8 +9,8 @@
   <listitem>
     <para>
       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.
     </para>
   </listitem>