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

/sssd-io/src/providers/ldap/
H A Dldap_auth.c187 if (ppolicy->grace >= 0 || ppolicy->expire > 0) {
202 if (ppolicy->grace >= 0) {
205 *ptr = ppolicy->grace;
H A Dsdap.h107 int grace; member in struct:sdap_ppolicy_data
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-io/src/sss_client/
H A Dpam_sss.c551 uint32_t grace; local
558 memcpy(&grace, buf + sizeof(uint32_t), sizeof(uint32_t));
561 "You have %1$d grace login(s) remaining."),
562 grace);

Completed in 591 milliseconds