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

/sssd/src/providers/ldap/
H A Dldap_auth.c127 static errno_t check_pwexpire_shadow(struct spwd *spwd, time_t now, argument
135 if (spwd->sp_lstchg <= 0) {
142 password_age = today - spwd->sp_lstchg;
149 if ((spwd->sp_expire != -1 && today > spwd->sp_expire) ||
150 (spwd->sp_max != -1 && spwd->sp_inact != -1 &&
151 password_age > spwd->sp_max + spwd
267 struct spwd *spwd; local
[all...]

Completed in 2356 milliseconds