Searched refs:TWO_WEEKS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-passwd.c66 #define TWO_WEEKS (2L * 7 * DAY) /* 2 weeks in seconds */ macro
138 pwwarntime = acwarntime = TWO_WEEKS;
144 pwwarntime = login_getcaptime(lc, "password-warn", TWO_WEEKS,
145 TWO_WEEKS);
146 acwarntime = login_getcaptime(lc, "expire-warn", TWO_WEEKS,
147 TWO_WEEKS);

Completed in 116 milliseconds