From 0f8c2526cd0b74e7c575c9254be2e155c14ddf6b Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 1 Aug 2015 10:25:55 +0000 Subject: Validate expiration days and password days from commmand line and pw.conf --- pw/pwupd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pw/pwupd.h') diff --git a/pw/pwupd.h b/pw/pwupd.h index 054c5a5..9685bea 100644 --- a/pw/pwupd.h +++ b/pw/pwupd.h @@ -86,6 +86,8 @@ struct pwconf { char *newname; char *config; char *gecos; + int expire_days; + int password_days; int fd; int rootfd; int which; -- cgit v1.2.3-56-ge451