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

/sssd/src/providers/ldap/
H A Dsdap_access.c1716 is_account_locked(const char *pwdAccountLockedTime, argument
1732 if (strcasecmp(pwdAccountLockedTime,
1748 username, pwdAccountLockedTime);
1753 * expired password). In this case, pwdAccountLockedTime is also set,
1756 ret = sss_utc_to_time_t(pwdAccountLockedTime, "%Y%m%d%H%M%SZ",
1805 const char *pwdAccountLockedTime; local
1865 &pwdAccountLockedTime);
1868 ret = is_account_locked(pwdAccountLockedTime,

Completed in 13 milliseconds