Really log the expiration date change as human readable strings instead of

integers.
This commit is contained in:
nekral-guest
2008-02-03 21:37:45 +00:00
parent fdae41eb63
commit ae5db5d36b
2 changed files with 10 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
* src/usermod.c: Use a function to convert the dates from
/etc/shadow to human readable dates.
* src/usermod.c: Really log the expiration date change as human
readable strings instead of integers.
2008-02-03 Nicolas François <nicolas.francois@centraliens.net>