From 435e5f431675467032fed0c17b00d9b2384ac39e Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen
Date: Sun, 2 May 2010 11:46:53 +0000
Subject: [PATCH] Document where 10950 came from.
---
blog/data/2010-05-02-expired-passwords.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog/data/2010-05-02-expired-passwords.txt b/blog/data/2010-05-02-expired-passwords.txt
index ebbc1a90d4..30759406b9 100644
--- a/blog/data/2010-05-02-expired-passwords.txt
+++ b/blog/data/2010-05-02-expired-passwords.txt
@@ -31,8 +31,8 @@ root@tjener:~#
account, is to change the date of the last password change to the
lowest value possible (January 1th 1970), and the maximum password age
to the difference in days between that date and today. To make it
-simple, I went for 30 years and January 2th (to avoid testing if 0 is
-a valid value).
+simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
+avoid testing if 0 is a valid value).
After using these commands to set it up, it seem to work as
intended:
--
2.47.2