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

/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c186 int idledays = -1; local
194 idledays = 7 * atoi(ptr);
213 /* Password has aged. Has it aged more than idledays ? */
214 if (idledays < 0) /* IDLEWEEKS not configured */
217 /* idledays is configured */
218 if (idledays > 0 && (now < (time_t)(shpwd->sp_lstchg + idledays)))

Completed in 20 milliseconds