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 <tobias@stoeckmann.org>
This commit is contained in:
committed by
Serge Hallyn
parent
b80c55946a
commit
ca6425e54e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user