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

/sssd/src/providers/ldap/
H A Dsdap_access.c1717 const char *pwdAccountLockedDurationTime,
1769 } else if (pwdAccountLockedDurationTime != NULL) {
1771 duration = strtouint32(pwdAccountLockedDurationTime, NULL, 0);
1806 const char *pwdAccountLockedDurationTime; local
1858 &pwdAccountLockedDurationTime);
1861 pwdAccountLockedDurationTime = NULL;
1869 pwdAccountLockedDurationTime,
1716 is_account_locked(const char *pwdAccountLockedTime, const char *pwdAccountLockedDurationTime, enum sdap_pwpolicy_mode pwpol_mode, const char *username, bool *_locked) argument

Completed in 20 milliseconds