Searched refs:idledays (Results 1 – 1 of 1) sorted by relevance
187 int idledays = -1; in perform_passwd_aging_check() local195 idledays = 7 * atoi(ptr); in perform_passwd_aging_check()215 if (idledays < 0) /* IDLEWEEKS not configured */ in perform_passwd_aging_check()219 if (idledays > 0 && (now < (time_t)(shpwd->sp_lstchg + idledays))) in perform_passwd_aging_check()