From: Petter Reinholdtsen
Date: Sun, 2 May 2010 17:07:34 +0000 (+0000)
Subject: New update.
X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/7dc5d39eba76e5e47874ebff6abfab05776b6b6e?ds=inline
New update.
---
diff --git a/blog/data/2010-05-02-expired-passwords.txt b/blog/data/2010-05-02-expired-passwords.txt
index b528e1e5ee..35d54c511b 100644
--- a/blog/data/2010-05-02-expired-passwords.txt
+++ b/blog/data/2010-05-02-expired-passwords.txt
@@ -67,3 +67,8 @@ on the first login. This was not mentioned in the manual in Lenny, so
I did not notice this in my initial testing. I have tested it on
Squeeze, and 'chage -d 0 username' do work there. I have not
tested it on Lenny yet.
+
+Update 2010-05-02-19:05: Jim Paris tells me via email that an
+equivalent command to expire a password is 'passwd -e
+username', which insert zero into the date of the last password
+change.