Searched defs:today (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/ldap/
H A Dldap_auth.c130 long today; local
141 today = (long) (now / (60 * 60 *24));
142 password_age = today - spwd->sp_lstchg;
149 if ((spwd->sp_expire != -1 && today > spwd->sp_expire) ||
169 exp = ((today + 1) * (60 * 60 * 24)) - now;
H A Dsdap_access.c391 long today; local
408 today = (long) (time(NULL) / (60 * 60 * 24));
409 if (sp_expire > 0 && today > sp_expire) {

Completed in 37 milliseconds