Searched defs:ppolicy (Results 1 - 2 of 2) sorted by relevance
/sssd/src/providers/ldap/ |
H A D | ldap_auth.c | 182 struct sdap_ppolicy_data *ppolicy, 187 if (ppolicy->grace >= 0 || ppolicy->expire > 0) { 202 if (ppolicy->grace >= 0) { 205 *ptr = ppolicy->grace; 206 } else if (ppolicy->expire > 0) { 207 if (pwd_exp_warning != 0 && ppolicy->expire > pwd_exp_warning) { 215 *ptr = ppolicy->expire; 852 struct sdap_ppolicy_data *ppolicy = NULL; local 854 ret = sdap_auth_recv(subreq, state, &ppolicy); 181 check_pwexpire_ldap(struct pam_data *pd, struct sdap_ppolicy_data *ppolicy, int pwd_exp_warning) argument [all...] |
H A D | sdap_async_connection.c | 629 struct sdap_ppolicy_data *ppolicy; member in struct:simple_bind_state 769 state->ppolicy = NULL; 792 if (!state->ppolicy) 793 state->ppolicy = talloc_zero(state, 795 if (state->ppolicy == NULL) { 799 state->ppolicy->grace = pp_grace; 800 state->ppolicy->expire = pp_expire; 836 if (!state->ppolicy) { 837 state->ppolicy = talloc(state, struct sdap_ppolicy_data); 840 if (state->ppolicy 889 simple_bind_recv(struct tevent_req *req, TALLOC_CTX *memctx, struct sdap_ppolicy_data **ppolicy) argument 1278 struct sdap_ppolicy_data *ppolicy; member in struct:sdap_auth_state 1381 sdap_auth_recv(struct tevent_req *req, TALLOC_CTX *memctx, struct sdap_ppolicy_data **ppolicy) argument [all...] |
Completed in 1396 milliseconds