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

/sssd/src/providers/ldap/
H A Dsdap.h106 int grace; member in struct:sdap_ppolicy_data
H A Dldap_auth.c187 if (ppolicy->grace >= 0 || ppolicy->expire > 0) {
202 if (ppolicy->grace >= 0) {
205 *ptr = ppolicy->grace;
H A Dsdap_async_connection.c789 "Password Policy Response: expire [%d] grace [%d] "
799 state->ppolicy->grace = pp_grace;
811 "[%d] grace logins remaining.\n",
/sssd/src/sss_client/
H A Dpam_sss.c504 uint32_t grace; local
511 memcpy(&grace, buf + sizeof(uint32_t), sizeof(uint32_t));
514 "You have %1$d grace login(s) remaining."),
515 grace);

Completed in 75 milliseconds